Liking cljdoc? Tell your friends :D

ez-database.core


*connection*clj

source

clear-queries!clj

(clear-queries!)
source

get-argsclj

(get-args {:keys [db-specs] :as db} query? opts? key? args?)
source

get-connectionclj

(get-connection db-specs key)
source

get-optsclj

(get-opts opts)
source

get-queryclj

(get-query k)
source

IEzDatabasecljprotocol

databasesclj

(databases database)

queryclj

(query database query)
(query database opts-key? query)
(query database opts? key? query)
(query database opts key query args)

query!clj

(query! database query)
(query! database opts-key? query)
(query! database opts? key? query)
(query! database opts key query args)

query<!clj

(query<! database query)
(query<! database opts-key? query)
(query<! database opts? key? query)
(query<! database opts key query args)
source

IEzQuerycljprotocol

run-queryclj

(run-query query database)
(run-query query database args)

run-query!clj

(run-query! query database)
(run-query! query database args)

run-query<!clj

(run-query<! query database)
(run-query<! query database args)
source

post-querycljmultimethod

source

process-argscljmultimethod

source

process-querycljmultimethod

source

register-opts!clj

(register-opts! k opts)
source

register-query!clj

(register-query! k [opts key query :as data])
source

throw-msgclj

(throw-msg msg & args)
source

try-querycljmacro

(try-query & body)
source

try-query-argscljmacro

(try-query-args & body)
source

unregister-opts!clj

(unregister-opts! k)
source

unregister-query!clj

(unregister-query! k)
source

with-transactioncljmacro

(with-transaction binding & body)
source

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

× close