[![travis build](https://img.shields.io/travis/pyramation/pg-utils.svg?style=flat-square)](https://travis-ci.org/pyramation/pg-utils) [![codecov coverage](https://img.shields.io/codecov/c/github/pyramation/pg-utils.svg?style=flat-square)](https://codecov.


License
MIT
Install
npm install pg-utils@0.1.8

Documentation

pg-utils

travis build codecov coverage version downloads MIT License semantic-release

getting started

Spin up the a postgres instance

docker run -p 5432:5432 postgres:9.6

run tests!

yarn test:watch