Skip to content
/ pg.js Public

A PostgreSQL client state machine.

License

Notifications You must be signed in to change notification settings

twuni/pg.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Client

CircleCI

A thin wrapper around a PostgreSQL connection pool providing a convenient, fool-proof interface for Node.js applications to confidently and safely interact with a PostgreSQL server or cluster.

Installing

Installing via Yarn

$ yarn add @twuni/pg

Installing via NPM

$ npm install @twuni/pg

Developing

Building

$ yarn build

Testing

$ yarn test

About

A PostgreSQL client state machine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published