Liking cljdoc? Tell your friends :D

datumbazo.pool.core


db-poolcljmultimethod

Return a database connection pool for db.

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

load-connection-poolsclj

(load-connection-pools)

Load connection pool support.

Load connection pool support.
sourceraw docstring

start-poolclj

(start-pool 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-poolclj

(stop-pool 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