From 14e888229050bf3732096619fa96b805f5477da9 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 12:50:36 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20outdated=20packages=20and=20descriptio?= =?UTF-8?q?ns=20from=20when=20pg=20didn=E2=80=99t=20support=20promises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Extras.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Extras.md b/Extras.md index e3c516a..16c16ab 100644 --- a/Extras.md +++ b/Extras.md @@ -23,16 +23,15 @@ Standalone PostgreSQL packages. ### API wrappers -- [coderhaoxin/pg-then](https://github.com/coderhaoxin/pg-then) A tiny wrapper of `pg` for promise api. - [haoliangyu/pg-reactive](https://github.com/haoliangyu/pg-reactive) - a lightweight [RxJS 5](https://github.com/ReactiveX/rxjs) wrapper for `node-postgres` - [holdfenytolvaj/pogi](https://github.com/holdfenytolvaj/pogi) - convenient DbHandler over pg, just what you need :) (typescript,async,jsonb,you name it) . - [iceddev/pg-transact](https://github.com/iceddev/pg-transact) - A nicer API on node-postgres transactions -- [jadbox/pg-rxjs](https://github.com/jadbox/pg-rxjs) Another tiny wrapper like `pg-then` but for [RxJS](https://github.com/Reactive-Extensions/RxJS) -- [kriasoft/node-pg-client](https://github.com/kriasoft/node-pg-client) - Promise-based wrapper for `node-postgres` designed for easy use with ES7 async/await. -- [langpavel/node-pg-async](https://github.com/langpavel/node-pg-async) - Tiny but powerful Promise based PostgreSQL client designed for easy use with ES7 async/await. +- [jadbox/pg-rxjs](https://github.com/jadbox/pg-rxjs) - An [RxJS](https://github.com/Reactive-Extensions/RxJS) based on [coderhaoxin/pg-then](https://github.com/coderhaoxin/pg-then) +- [kriasoft/node-pg-client](https://github.com/kriasoft/node-pg-client) +- [langpavel/node-pg-async](https://github.com/langpavel/node-pg-async) - [sehrope/node-pg-db](https://github.com/sehrope/node-pg-db) - Simpler interface, named parameter support, transaction management and event hooks. - [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. -- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) - Use node-postgres via [Promises/A+](https://promisesaplus.com/). +- [vitaly-t/pg-promise](https://github.com/vitaly-t/pg-promise) ### Database interfaces