From dd9b3f9c73d9042a08eb7cd4a7155b30a0798046 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Mon, 28 Jan 2019 11:38:50 +0530 Subject: [PATCH] added a postgresql driver for Clojure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7017da8..a18a8aa 100644 --- a/README.md +++ b/README.md @@ -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/)