From 0687cf77f0d097307a5ae995507a2d04b75e1f0a Mon Sep 17 00:00:00 2001 From: Brian C Date: Tue, 1 Aug 2017 11:18:49 -0500 Subject: [PATCH] Updated Extras (markdown) --- Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extras.md b/Extras.md index f25d59e..20c3c4d 100644 --- a/Extras.md +++ b/Extras.md @@ -35,3 +35,4 @@ - [pg-generator](http://www.pg-generator.com) - Template Based Scaffolding for PostgreSQL. Command line utility which generates files for each table and schema of a PostgreSQL database. - [pg-logical-replication](https://github.com/kibae/pg-logical-replication) - PostgreSQL Location Replication client - logical WAL replication streaming - [haoliangyu/pg-reactive](https://github.com/haoliangyu/pg-reactive) - a lightweight [RxJS 5](https://github.com/ReactiveX/rxjs) wrapper for `node-postgres` +- [LinusU](https://github.com/LinusU/pg-error-constants) - error constants for more robust query error handling.