add python's psycopg2 to language bindings

This commit is contained in:
Dmitriy Olshevskiy 2016-02-15 18:59:33 +02:00
parent af3d6bef0f
commit 875e1491b4

View File

@ -71,6 +71,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* Perl: [DBD-Pg](http://search.cpan.org/~rudy/DBD-Pg/Pg.pm)
* Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/)
* Node: [node-postgres](https://github.com/brianc/node-postgres)
* Python: [psycopg2](https://pypi.python.org/pypi/psycopg2)
### Tutorials
* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL