Merge pull request #926 from bradyholt/patch-1

Adding MassiveJS to Extras section of README
This commit is contained in:
Brian C 2016-01-27 11:07:19 -06:00
commit a49181a883

View File

@ -152,6 +152,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m
- [XeCycle/pg-template-tag](https://github.com/XeCycle/pg-template-tag) - Write queries with ES6 tagged template literals, a "poor man's query builder".
- [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Use ES6 Generators to paginate through large Postgres result sets
- [vitaly-t/pg-minify](https://github.com/vitaly-t/pg-minify) - Minifies PostgreSQL scripts.
- [MassiveJS](https://github.com/robconery/massive-js) - A simple relational data access tool that has full JSONB document support for Postgres.
## License