Liking cljdoc? Tell your friends :D

seql.env

Facilities to manipulate seql environments

Facilities to manipulate seql environments
raw docstring

Environmentclj

source

jdbcclj

Retrieve jdbc handle from an environment

Retrieve jdbc handle from 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