Liking cljdoc? Tell your friends :D

wagoe.platform.shell.adapters.database.sqlite.connection

SQLite connection settings and JDBC URL.

SQLite connection settings and JDBC URL.
raw docstring

build-jdbc-urlclj

(build-jdbc-url db-config)

Build the SQLite JDBC URL from db-config.

Build the SQLite JDBC URL from `db-config`.
sourceraw docstring

pool-defaultsclj

HikariCP defaults for an embedded database. SQLite serialises writes, so the pool stays small.

HikariCP defaults for an embedded database. SQLite serialises writes, so the
pool stays small.
sourceraw docstring

session-statementsclj

(session-statements db-config)

PRAGMAs for concurrency, durability and referential integrity. Each runs on its own — see common.adapter/run-session-statements!.

PRAGMAs for concurrency, durability and referential integrity. Each runs on
its own — see common.adapter/run-session-statements!.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close