From f5db0efdb49e4258572c9e4779bf82acbe901b24 Mon Sep 17 00:00:00 2001 From: Konstantin Petryaev Date: Wed, 13 Apr 2016 09:45:39 +0800 Subject: [PATCH] add keep-alive fix module to extras --- Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extras.md b/Extras.md index 16e2bcf..7585519 100644 --- a/Extras.md +++ b/Extras.md @@ -24,3 +24,4 @@ - [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. - [MassiveJS](https://github.com/robconery/massive-js) - A simple relational data access tool that has full JSONB document support for Postgres. +- [pg-ka-fix](https://github.com/numminorihsf/pg-ka-fix) - TCP keep-alive extension for node-postgres.