(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 is a website building & hosting documentation for Clojure/Script libraries
× close