8000 Release version 0.1.0 · theasp/postgres.async@0f41c54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f41c54

Browse files
committed
Release version 0.1.0
1 parent 0c9bccb commit 0f41c54

File tree

Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ postgres.async
33

44
Asynchronous PostgreSQL client for Clojure.
55

6+
## Download
7+
8+
Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `project.clj`:
9+
10+
![latest postgres.async version](https://clojars.org/alaisi/postgres.async/latest-version.svg)
11+
12+
613
## Setting up a connection pool
714

815
A pool of connections to PostgreSQL backend is created with `open-db`. Each connection *pool* starts a single I/O thread used in communicating with PostgreSQL backend.