add Pomm to the list of language bindings

Pomm is a PHP library on top of the PHP’s low level Postgres API. It provides on the fly type conversion offering a way to leverage SQL object oriented queries.
This commit is contained in:
Grégoire HUBERT 2016-02-15 16:38:03 +01:00
parent af3d6bef0f
commit bfb5842850

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)
* PHP: [Pomm](http://www.pomm-project.org)
### Tutorials
* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL