0.2.0 • Published 3 years ago

@twuni/pg v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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