www.javaniceday.com
Home
Node.js
Java
Salesforce
Posts
Tags
About
Frandom
How to connect to a PostgreSQL database in Node.js
Connect to Postgres database in Node js using pg and parse-database-url packages
Jul 28, 2020
A simple example about how to connect to a PostgreSQL database using Node.js
postgres
pg
sql
nodejs
dev
Install Postgres locally in MacOS
Install using Brew package manager
Aug 18, 2020
How to install Postgres database in your MacOS local machine
postgres
pg
dev
pg-promise self signed certificate error in Postgres
To fix this issue you have to use the package with the following recommendations
Aug 20, 2020
If you are using Node.js with some of these packages: pg-promise or pg probably you are facing this issue.
postgres
pg
dev
db
nodejs
Search columns in Postgres
Aug 25, 2020
A simple query to search columns in different schemas
postgres
sql
dev