H2 adapter.
Runs in PostgreSQL compatibility mode with DATABASE_TO_LOWER, so identifiers behave like PostgreSQL's; native booleans; ANSI SQL.
H2 adapter. Runs in PostgreSQL compatibility mode with DATABASE_TO_LOWER, so identifiers behave like PostgreSQL's; native booleans; ANSI SQL.
What H2 does differently. See common.adapter for the keys.
What H2 does differently. See common.adapter for the keys.
(with-transaction binding & body)Run body in a transaction on datasource.
Example: (with-transaction [tx datasource] (execute-update! tx query))
Run `body` in a transaction on `datasource`.
Example:
(with-transaction [tx datasource]
(execute-update! tx query))cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |