(conn-create {:keys [host port user pass dbname]
:or {host "localhost" port 5432 user "postgres" pass "postgres"}
:as m})creates a pooled connection
creates a pooled connection
(conn-execute pool input)(conn-execute pool input execute)executes a command
executes a command
(notify-create {:keys [host port user pass dbname]
:or
{host "localhost" port 5432 user "postgres" pass "postgres"}}
{:keys [channel on-close on-notify] :as m})creates a notify channel
creates a notify channel
(notify-listener {:keys [on-notify on-close]})creates a notification listener
creates a notification listener
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |