Merge pull request #680 from iceddev/master

add pg-transact to readme
This commit is contained in:
Brian C 2014-11-17 15:25:19 -05:00
commit 03978b6e1e

View File

@ -136,6 +136,7 @@ node-postgres is by design _low level_ with the bare minimum of abstraction. Th
- [hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript
- [CSNW/sql-bricks](https://github.com/CSNW/sql-bricks) - Transparent, Schemaless SQL Generation
- [datalanche/node-pg-format](https://github.com/datalanche/node-pg-format) - Safely and easily create dynamic SQL queries with this Node implementation of [PostgreSQL format()](http://www.postgresql.org/docs/9.3/static/functions-string.html#FUNCTIONS-STRING-FORMAT).
- [iceddev/pg-transact](https://github.com/iceddev/pg-transact) - A nicer API on node-postgres transactions
### Windows