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-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m
137
137
-[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.
138
138
-[grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node.
139
139
-[brianc/node-sql](https://github.com/brianc/node-sql) - SQL generation for node.js
140
-
-[hiddentao/suqel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript
140
+
-[hiddentao/squel](https://hiddentao.github.io/squel/) - SQL query string builder for Javascript
-[datalanche/node-pg-format](https://github.com/datalanche/node-pg-format) - Safely and easily create dynamic SQL queries with this Node implementation of [PostgreSQL format()](http://www.postgresql.org/docs/9.3/static/functions-string.html#FUNCTIONS-STRING-FORMAT).
143
143
-[iceddev/pg-transact](https://github.com/iceddev/pg-transact) - A nicer API on node-postgres transactions
0 commit comments