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
+9-6
Original file line number
Diff line number
Diff line change
@@ -132,12 +132,15 @@ Follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
132
132
133
133
node-postgres is by design _low level_ with the bare minimum of abstraction. These might help out:
134
134
135
-
-https://github.com/brianc/node-pg-query-stream
136
-
-https://github.com/brianc/node-pg-cursor
137
-
-https://github.com/brianc/node-pg-copy-streams
138
-
-https://github.com/grncdr/node-any-db
139
-
-https://github.com/brianc/node-sql
140
-
-https://github.com/CSNW/sql-bricks
135
+
-[brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream
136
+
-[brianc/node-pg-cursor](https://github.com/brianc/node-pg-cursor) - Query cursor extension for node-postgres
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
+
-[brianc/node-postgres-pure](https://github.com/brianc/node-postgres-pure) - node-postgres without any of the C/C++ stuff
139
+
-[brianc/node-pg-types](https://github.com/brianc/node-pg-types) - Type parsing for node-postgres
140
+
-[grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node.
141
+
-[brianc/node-sql](https://github.com/brianc/node-sql) - SQL generation for node.js
142
+
-[hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript
0 commit comments