Skip to content

A simple lightweight async postgres client library wrapper.

License

Notifications You must be signed in to change notification settings

erikschlegel/postgres-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres-client

A simple lightweight async postgres client library wrapper.

##Installation

npm install --save postgres-client

##Configuration The expected configuration connection string should be in the following format.

{"user":"postgres-admin", "database":"xxxx", "host": "xxxx", "port": 5432, "password": "xxx"}

##Usage

let pgClient = require("postgres-client");
pgClient(process.env.CONNECTION_CONFIG, "select * from users", (error, results) =>{})

About

A simple lightweight async postgres client library wrapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published