From 9671c8d4ad0498934d7ab2eead4afaf19d15da8e Mon Sep 17 00:00:00 2001 From: Kibae Shin Date: Tue, 25 Apr 2017 08:49:24 +0700 Subject: [PATCH] Updated Extras (markdown) --- Extras.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extras.md b/Extras.md index 16c9ab3..d3e784c 100644 --- a/Extras.md +++ b/Extras.md @@ -32,4 +32,5 @@ - [pogi](https://github.com/holdfenytolvaj/pogi) - convenient DbHandler over pg, just what you need :) (typescript,async,jsonb,you name it) . - [emilbayes/pg-ipc](https://github.com/emilbayes/pg-ipc) - IPC over PostgreSQL `LISTEN`/`NOTIFY`/`UNLISTEN` exposed as an `EventEmitter` - [pg-structure](http://www.pg-structure.com) - Node.js library to get structure of a PostgreSQL database automatically as a detailed object. -- [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. \ No newline at end of file +- [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 \ No newline at end of file