Liking cljdoc? Tell your friends :D

seql.env

Facilities to manipulate seql environments

Facilities to manipulate seql environments
raw docstring

Environmentclj


environmentclj

An empty environment, can be used with wiring libraries to feed dependencies.

An empty environment, can be used with wiring libraries to feed
dependencies.
raw docstring

jdbcclj

Retrieve jdbc handle from an environment

Retrieve jdbc handle from an environment
raw docstring

make-envclj

Build an environment

Build an environment
raw docstring

schemaclj

Retrieve the schema from an environment

Retrieve the schema from an environment
raw docstring

set-jdbcclj

(set-jdbc env new-jdbc)

Update an environment with a new connectable source. This can be useful to run multiple queries in a transaction.

Update an environment with a new connectable source.
This can be useful to run multiple queries in a transaction.
raw docstring

update-schemaclj

(update-schema env f & args)

Update the environment's schema by applying f and args to it as for update.

Update the environment's schema by applying f and args to it as for `update`.
raw docstring

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

× close