Liking cljdoc? Tell your friends :D

seql.env

Facilities to manipulate seql environments

Facilities to manipulate seql environments
raw docstring

Environmentclj

source

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.
sourceraw docstring

jdbcclj

Retrieve jdbc handle from an environment

Retrieve jdbc handle from an environment
sourceraw docstring

make-envclj

Build an environment

Build an environment
sourceraw docstring

schemaclj

Retrieve the schema from an environment

Retrieve the schema from an environment
sourceraw 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.
sourceraw 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`.
sourceraw docstring

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

× close