Liking cljdoc? Tell your friends :D

luminus-db.core


bind-connectioncljmacro

(bind-connection conn & filenames)
source

connect!clj

(connect! conn pool-spec)
source

disconnect!clj

(disconnect! conn)
source

with-transactioncljmacro

(with-transaction args & body)

runs the body in a transaction where t-conn is the name of the transaction connection the body will be evaluated within a binding where conn is set to the transactional connection

runs the body in a transaction where t-conn is the name of the transaction connection
the body will be evaluated within a binding where conn is set to the transactional
connection
sourceraw docstring

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

× close