Options to pass to next.jdbc
when executing queries or statements. Overrides the global-options
.
Options to pass to `next.jdbc` when executing queries or statements. Overrides the [[global-options]].
Default options automatically passed to all next.jdbc
queries and builder functions. This is stored
as an atom; reset!
or swap!
it to define other default options.
Default options automatically passed to all `next.jdbc` queries and builder functions. This is stored as an atom; `reset!` or `swap!` it to define other default options.
(merge-options extra-options)
Merge maps of next.jdbc
options together. extra-options
are ones passed in as part of the query execution pipeline
and override *options*
, which in turn override the default global-options
.
Merge maps of `next.jdbc` options together. `extra-options` are ones passed in as part of the query execution pipeline and override [[*options*]], which in turn override the default [[global-options]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close