From 17f22bb56ce598cd2014a5d2d92d6c4f361a5ad3 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 14 Nov 2014 18:01:21 -0700 Subject: [PATCH] add pg-transact to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c82ed5e..64d50f97 100644 --- a/README.md +++ b/README.md @@ -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