From d09fb742145eb5ed929c5bf90bc7d4ecd27225d9 Mon Sep 17 00:00:00 2001 From: Carl Lei Date: Wed, 29 Jul 2015 08:50:57 +0800 Subject: [PATCH] Add reference to XeCycle/pg-template-tag to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c4887c..bd55d2d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m - [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres via [Promises/A+](https://promisesaplus.com/). - [pg-then](https://github.com/coderhaoxin/pg-then) A tiny wrapper of `pg` for promise api. - [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify. +- [XeCycle/pg-template-tag](https://github.com/XeCycle/pg-template-tag) - Write queries with ES6 tagged template literals, a "poor man's query builder". ## License