From 5880d5f9d01049982415334ca23ad2f8eea8bc2b Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 14:26:31 -0800 Subject: [PATCH] Add vitaly-t/connection-string by request from #1667 --- Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extras.md b/Extras.md index f641dec..fcc0af4 100644 --- a/Extras.md +++ b/Extras.md @@ -9,6 +9,7 @@ Standalone PostgreSQL packages. - [brianc/node-pg-types](https://github.com/brianc/node-pg-types) - Parsing for PostgreSQL serialized formats. - [datalanche/node-pg-format](https://github.com/datalanche/node-pg-format) - Safely and easily create dynamic SQL queries with this Node implementation of [PostgreSQL format()](https://www.postgresql.org/docs/current/functions-string.html#FUNCTIONS-STRING-FORMAT). - [LinusU/pg-error-constants](https://github.com/LinusU/pg-error-constants) - Error constants for more robust query error handling. +- [vitaly-t/connection-string](https://github.com/vitaly-t/connection-string) - Alternative connection string parser implementing superset of MongoDB connection string spec. ### Extensions