arogya01 / node-postgres-api

a simple API built using nodejs, express and node-postgres, i.e, using postgres as the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple API Built with Nodejs,Express and PostgresSQL.

we'll be using node-postgres to create a pool of connections. This way we don't have to open a client and close it every time we make a query.

A popular option for production pooling would be to use pgBouncer, a lightweight connection pooler for PostgreSQL.

right now, the config details are in the open, but in an production enviroment, we must most certainly keep it secured. and that is not accessible from version control.

About

a simple API built using nodejs, express and node-postgres, i.e, using postgres as the database.


Languages

Language:JavaScript 100.0%