Add joeandaverde/tinypg by request from #1661

Charmander 2019-12-05 14:30:32 -08:00
parent 5880d5f9d0
commit b2304c6f0f

@ -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.