0.2.0 • Published 4 years ago
@twuni/pg v0.2.0
PostgreSQL Client
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/pgInstalling via NPM
$ npm install @twuni/pgDeveloping
Building
$ yarn buildTesting
$ yarn test