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

Add Haskell bindings

Add `postgresql-simple`
This commit is contained in:
David Johnson
2019-03-30 12:40:30 -04:00
committed by GitHub
parent 42b07cf21f
commit f7e8bc74b8

View File

@@ -169,6 +169,7 @@ For Database Management
* Clojure: [clj-postgresql](https://github.com/remodoy/clj-postgresql)
* Elixir: [postgrex](https://github.com/elixir-ecto/postgrex)
* Go: [pgx](https://github.com/jackc/pgx)
* Haskell: [postgresql-simple](http://hackage.haskell.org/package/postgresql-simple)
* 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)