From fde38d7e359c160ad058bbd3f46202629a020922 Mon Sep 17 00:00:00 2001 From: sibedge Date: Wed, 20 Jan 2016 01:10:31 +0000 Subject: [PATCH] Update README.md Adding [pg-minify](https://github.com/vitaly-t/pg-minify) to the list of Extras. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c67d46b..c3b7e48f 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ node-postgres is by design pretty light on abstractions. These are some handy m - [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". - [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Use ES6 Generators to paginate through large Postgres result sets +- [vitaly-t/pg-minify](https://github.com/vitaly-t/pg-minify) - Minifies PostgreSQL scripts. ## License