Liking cljdoc? Tell your friends :D
Clojure only.

datumbazo.db


new-dbclj

(new-db spec & [opts])

Return a new database from spec.

Return a new database from `spec`.
sourceraw docstring

with-dbcljmacro

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

Start a database component using config bind it to db-sym, evaluate body and close the database connection again.

Start a database component using `config` bind it to `db-sym`,
evaluate `body` and close the database connection again.
sourceraw docstring

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

× close