From 4670d439591974729789033d2891c30b3807a884 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Sat, 30 Jan 2016 09:14:27 -0500 Subject: [PATCH] Add node-postgres to language bindings. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 994adec..3788928 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [rust-postgresql](https://github.com/sfackler/rust-postgres) - [Rust](http://www.rust-lang.org/) * [DBD-Pg](http://search.cpan.org/~rudy/DBD-Pg/Pg.pm) - [Perl](https://www.perl.org/) * [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) - [Java](https://www.java.com/) +* [node-postgres](https://github.com/brianc/node-postgres) - [Node](https://nodejs.org/en/) ### Tutorials * [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL