Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 544 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 544 Bytes

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