Skip to content

Commit 645557b

Browse files
committed
Merge pull request brianc#706 from markstos/patch-1
fix typo in "squel" name.
2 parents 243a01f + 3d1ba3d commit 645557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m
137137
- [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.
138138
- [grncdr/node-any-db](https://github.com/grncdr/node-any-db) - Thin and less-opinionated database abstraction layer for node.
139139
- [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
141141
- [CSNW/sql-bricks](https://github.com/CSNW/sql-bricks) - Transparent, Schemaless SQL Generation
142142
- [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).
143143
- [iceddev/pg-transact](https://github.com/iceddev/pg-transact) - A nicer API on node-postgres transactions

0 commit comments

Comments
 (0)