Liking cljdoc? Tell your friends :D

datumbazo.datasource


datasourcecljmultimethod

Return a database connection pool for db.

Return a database connection pool for `db`.
sourceraw docstring

load-connection-poolsclj

(load-connection-pools)

Load connection datasource support.

Load connection datasource support.
sourceraw docstring

start-datasourceclj

(start-datasource db)

Start a connection pool and assoc it onto the :driver of db.

Start a connection pool and assoc it onto the :driver of `db`.
sourceraw docstring

stop-datasourceclj

(stop-datasource db)

Stop the connection pool and dissoc it from the :driver of db.

Stop the connection pool and dissoc it from the :driver of `db`.
sourceraw docstring

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

× close