Skip to content

Commit 1e5ab84

Browse files
committed
Add Windows instructions & more "Extras" links
1 parent 36663f5 commit 1e5ab84

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Diff for: README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,15 @@ Follow me [@briancarlson](https://twitter.com/briancarlson) to keep up to date.
132132

133133
node-postgres is by design _low level_ with the bare minimum of abstraction. These might help out:
134134

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
143+
- [CSNW/sql-bricks](https://github.com/CSNW/sql-bricks) - Transparent, Schemaless SQL Generation
141144

142145

143146
## Production Use

0 commit comments

Comments
 (0)