Skip to content

Commit f248109

Browse files
committed
Merge pull request brianc#647 from Suor/patch-1
Add pg-bricks to README Extras
2 parents 8fc2aaf + 0e411dd commit f248109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ node-postgres is by design _low level_ with the bare minimum of abstraction. Th
137137
- [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.
138138
- [brianc/node-postgres-pure](https://github.com/brianc/node-postgres-pure) - node-postgres without any of the C/C++ stuff
139139
- [brianc/node-pg-types](https://github.com/brianc/node-pg-types) - Type parsing for node-postgres
140+
- [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.
140141
- [grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node.
141142
- [brianc/node-sql](https://github.com/brianc/node-sql) - SQL generation for node.js
142143
- [hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript

0 commit comments

Comments
 (0)