You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ node-postgres is by design _low level_ with the bare minimum of abstraction. Th
137
137
-[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.
138
138
-[brianc/node-postgres-pure](https://github.com/brianc/node-postgres-pure) - node-postgres without any of the C/C++ stuff
139
139
-[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.
140
141
-[grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node.
141
142
-[brianc/node-sql](https://github.com/brianc/node-sql) - SQL generation for node.js
142
143
-[hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript
0 commit comments