From 7645d6885d862463ffa9a34efb21239599c94ff8 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 13:13:16 -0800 Subject: [PATCH] Fix typo --- Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras.md b/Extras.md index b3cc0f7..1dc7f2e 100644 --- a/Extras.md +++ b/Extras.md @@ -26,7 +26,7 @@ Standalone PostgreSQL packages. - [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) - An [RxJS](https://github.com/Reactive-Extensions/RxJS) based on [haoxins/pg-then](https://github.com/haoxins/pg-then) +- [jadbox/pg-rxjs](https://github.com/jadbox/pg-rxjs) - An [RxJS](https://github.com/Reactive-Extensions/RxJS) wrapper based on [haoxins/pg-then](https://github.com/haoxins/pg-then) - [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.