PostgreSQL

How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL with Your Ruby on Rails Application on Ubuntu 18.04

A PostgreSQL database is a robust and flexible choice for your Ruby on Rails application. In this tutorial, you will set up a Ruby on Rails development environment connected to a PostgreSQL database on an Ubuntu 18.04 server. You will install and configure PostgreSQL, and then test your setup by creating a Rails application that uses PostgreSQL as its database server.

Read more
How To Install and Use PostgreSQL on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Rocky Linux 8

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects and has the advantage of being standards-compliant and having many advanced features like reliable transactions and concurrency without read locks.

Read more
Como Instalar e Utilizar o PostgreSQL no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Utilizar o PostgreSQL no Ubuntu 20.04

Sistemas de gerenciamento de banco de dados relacionados são um componente fundamental de muitos sites e aplicativos. Eles fornecem uma maneira estruturada de armazenar, organizar e acessar informações. O PostgreSQL ou Postgres é um sistema de…

Read more
How To Use PostgreSQL With Node.js on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Use PostgreSQL With Node.js on Ubuntu 20.04

The Node.js ecosystem provides a set of tools for interfacing with databases. One of those tools is _node-postgres_, which contains modules that allow Node.js to interface with the PostgreSQL database. In this tutorial, you’ll use `node-postgres` to connect and query the PostgreSQL database. You will then connect your application to the Postgres database using the `node-postgres` module. Afterwards, you will use `node-postgres` to insert, retrieve, and modify data in the PostgreSQL database.

Read more
CHAT