Liking cljdoc? Tell your friends :D

lib.postgres.connection


*execute*clj


conn-closeclj

(conn-close conn)

closes a connection

closes a connection
raw docstring

conn-createclj

(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
raw docstring

conn-executeclj

(conn-execute pool input)
(conn-execute pool input execute)

executes a command

executes a command
raw docstring

notify-createclj

(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
raw docstring

notify-listenerclj

(notify-listener {:keys [on-notify on-close]})

creates a notification listener

creates a notification listener
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close