Liking cljdoc? Tell your friends :D

ez-database.core


*connection*clj


clear-queries!clj

(clear-queries!)

get-argsclj

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

get-connectionclj

(get-connection db-specs key)

get-optsclj

(get-opts opts)

get-queryclj

(get-query k)

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)

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)

post-querycljmultimethod


process-argscljmultimethod


process-querycljmultimethod


register-opts!clj

(register-opts! k opts)

register-query!clj

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

throw-msgclj

(throw-msg msg & args)

try-querycljmacro

(try-query & body)

try-query-argscljmacro

(try-query-args & body)

unregister-opts!clj

(unregister-opts! k)

unregister-query!clj

(unregister-query! k)

with-transactioncljmacro

(with-transaction binding & body)

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

× close