Skip to content

Commit f68bbd0

Browse files
committed
Documentation
1 parent 011bd6b commit f68bbd0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,7 @@ Support for custom types can be added by extending `IPgParameter` protocol and `
125125
(json/parse-string (String. value))
126126
```
127127

128+
## Dependencies
128129

130+
* [postgres-async-driver](https://github.com/alaisi/postgres-async-driver)
131+
* [core.async](https://github.com/clojure/core.async)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject postgres.async "0.1.0-SNAPSHOT"
1+
(defproject alaisi/postgres.async "0.1.0-SNAPSHOT"
22
:description "Asynchronous PostgreSQL Clojure client"
33
:url "http://github.com/alaisi/postgres.async"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)