Liking cljdoc? Tell your friends :D

burningswell.db.connection


default-optsclj


new-dbclj

(new-db config & [opts])

with-dbcljmacro

(with-db [db-sym config] & body)

Eval body within the context of a database.

Eval `body` within the context of a database.
raw docstring

with-test-dbcljmacro

(with-test-db [db-sym config] & body)

Eval body within the context of a database.

Eval `body` within the context of a database.
raw docstring

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

× close