From fba34689e52b364c2020985a248961249f95e1b5 Mon Sep 17 00:00:00 2001 From: Gergely Gombos Date: Fri, 19 Oct 2018 13:48:34 +0200 Subject: [PATCH] Add pogi.js Pogi is a wrapper around node-postgres, with advanced capabilities. A stable library that we use in production, definitely worth mentioning. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65cf1c1..4c69c5c 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ For Database Management * Go: [pgx](https://github.com/jackc/pgx) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) * .Net/.Net Core: [Npgsql](https://github.com/npgsql/npgsql) -* Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise) +* Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise), [pogi](https://github.com/holdfenytolvaj/pogi) * Perl: [DBD-Pg](http://search.cpan.org/~turnstep/DBD-Pg/Pg.pm) * PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq) * Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)