Liking cljdoc? Tell your friends :D
Clojure only.

sqlite-migrate.jdbc

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.
raw docstring

connectclj

(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.
sourceraw docstring

in-memoryclj

(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.
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