Merge pull request #239 from abhi18av/patch-1

added a postgresql driver for Clojure
This commit is contained in:
Asad Dhamani 2019-02-01 22:34:28 +05:30 committed by GitHub
commit 16fb4aef32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,7 @@ For Database Management
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)
* Clojure: [clj-postgresql](https://github.com/remodoy/clj-postgresql)
* Elixir: [postgrex](https://github.com/elixir-ecto/postgrex)
* Go: [pgx](https://github.com/jackc/pgx)
* Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/)