You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ TODO: clojars coordinates
9
9
10
10
## Setting up a connection pool
11
11
12
-
A pool of connections to PostgreSQL backend is created with `open-db`. Each connection *pool*start a single I/O thread used in communicating with PostgreSQL backend.
12
+
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.
13
13
14
14
```clojure
15
15
(require '[postgres.async :refer:all])
@@ -26,7 +26,7 @@ The connection pool is closed with `close-db!`. This closes all open connections
0 commit comments