From 00fb970ec3792dd3d5942d8b9832b77c0af67acf Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sun, 18 Sep 2016 16:37:36 +0800 Subject: [PATCH] Updated Extras (markdown) --- Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras.md b/Extras.md index fbd8248..24aa6fb 100644 --- a/Extras.md +++ b/Extras.md @@ -21,7 +21,7 @@ - [pg-then](https://github.com/coderhaoxin/pg-then) A tiny wrapper of `pg` for promise api. - [pg-rxjs](https://github.com/jadbox/pg-rxjs) Another tiny wrapper like `pg-then` but for [RxJS](https://github.com/Reactive-Extensions/RxJS) - [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify. -- [sylvainv/pg-manati](https://github.com/sylvainv/pg-manati) - REST API for a postgres database. +- [nuodata/nuodata-db-api](https://github.com/nuodata/nuodata-db-api) - REST API for a PostgreSQL database. - [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.