1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-07-17 07:12:20 +02:00

Merge pull request #167 from esergueev/add-net-language-binding

Add .NET language binding
This commit is contained in:
Asad Dhamani
2017-04-19 13:00:23 +05:30
committed by GitHub

View File

@ -134,6 +134,7 @@
* Elixir: [postgrex](https://github.com/elixir-ecto/postgrex)
* 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)
* 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)