Facilities to manipulate seql environments
Facilities to manipulate seql environments
An empty environment, can be used with wiring libraries to feed dependencies.
An empty environment, can be used with wiring libraries to feed dependencies.
Retrieve jdbc handle from an environment
Retrieve jdbc handle from an environment
Retrieve the schema from an environment
Retrieve the schema from an environment
(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.
(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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close