JDBC adapter: SQLiteExecutor over sqlite-jdbc, plus the constructors
that open databases. Depends on sqlite-migrate.protocols only — never
on the core.
JDBC adapter: `SQLiteExecutor` over sqlite-jdbc, plus the constructors that open databases. Depends on `sqlite-migrate.protocols` only — never on the core.
(connect source)Open the SQLite file at path, or wrap an existing
java.sql.Connection or javax.sql.DataSource for interop. Returns a
SQLiteExecutor-satisfying, java.io.Closeable conn whose lifecycle
belongs to the caller.
Open the SQLite file at `path`, or wrap an existing `java.sql.Connection` or `javax.sql.DataSource` for interop. Returns a `SQLiteExecutor`-satisfying, `java.io.Closeable` conn whose lifecycle belongs to the caller.
(in-memory)Open a fresh private in-memory SQLite database. Returns a
SQLiteExecutor-satisfying, java.io.Closeable conn; the database
lives exactly as long as the conn is open.
Open a fresh private in-memory SQLite database. Returns a `SQLiteExecutor`-satisfying, `java.io.Closeable` conn; the database lives exactly as long as the conn is open.
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 |