From 0e411dd79bd5a7e08376bb158f08afcebaf0ff7f Mon Sep 17 00:00:00 2001 From: Alexander Schepanovski Date: Fri, 19 Sep 2014 11:19:34 +0800 Subject: [PATCH] Add pg-bricks to README Extras Adding this would be consistent since you list node-any-db and sql-bricks. I chose a position in a list assuming you move from more node-postgres specific to general and abstract. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8062c8c3..0edefa3a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ node-postgres is by design _low level_ with the bare minimum of abstraction. Th - [brianc/node-pg-copy-streams](https://github.com/brianc/node-pg-copy-streams) - COPY FROM / COPY TO for node-postgres. Stream from one database to another, and stuff. - [brianc/node-postgres-pure](https://github.com/brianc/node-postgres-pure) - node-postgres without any of the C/C++ stuff - [brianc/node-pg-types](https://github.com/brianc/node-pg-types) - Type parsing for node-postgres +- [Suor/pg-bricks](https://github.com/Suor/pg-bricks) - A higher level wrapper around node-postgres to handle connection settings, sql generation, transactions and ease data access. - [grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node. - [brianc/node-sql](https://github.com/brianc/node-sql) - SQL generation for node.js - [hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript