From f7e8bc74b823bd0b3ff9e9fc2d63582c34e1633e Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 30 Mar 2019 12:40:30 -0400 Subject: [PATCH] Add Haskell bindings Add `postgresql-simple` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78e34d7..569191d 100644 --- a/README.md +++ b/README.md @@ -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)