8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011bd6b commit f68bbd0Copy full SHA for f68bbd0
README.md
@@ -125,4 +125,7 @@ Support for custom types can be added by extending `IPgParameter` protocol and `
125
(json/parse-string (String. value))
126
```
127
128
+## Dependencies
129
130
+* [postgres-async-driver](https://github.com/alaisi/postgres-async-driver)
131
+* [core.async](https://github.com/clojure/core.async)
project.clj
@@ -1,4 +1,4 @@
1
-(defproject postgres.async "0.1.0-SNAPSHOT"
+(defproject alaisi/postgres.async "0.1.0-SNAPSHOT"
2
:description "Asynchronous PostgreSQL Clojure client"
3
:url "http://github.com/alaisi/postgres.async"
4
:license {:name "Eclipse Public License"
0 commit comments