Add node-postgres to language bindings.

This commit is contained in:
Ken Powers 2016-01-30 09:14:27 -05:00
parent 5ee90c691c
commit 4670d43959

View File

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