From b2304c6f0fe80d9e1d9400eaf0a1ab9e368c896f Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 14:30:32 -0800 Subject: [PATCH] Add joeandaverde/tinypg by request from #1661 --- Extras.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Extras.md b/Extras.md index fcc0af4..a1ef263 100644 --- a/Extras.md +++ b/Extras.md @@ -25,6 +25,7 @@ Standalone PostgreSQL packages. ### API wrappers - [holdfenytolvaj/pogi](https://github.com/holdfenytolvaj/pogi) +- [joeandaverde/tinypg](https://github.com/joeandaverde/tinypg) - Simpler interface, named parameter support, queries from files, transaction management, events and hooks. - [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.