Skip to main content

Module connection

Module connection 

Source
Expand description

Thin SQLite C connection wrapper bound to the icstable VFS.

rusqlite refuses SQLITE_THREADSAFE=0, so this crate keeps a small FFI facade. Write connections are per-message; read-only connections may be reused inside one context cache.

Structs§

CachedStatement
Connection

Functions§

open_read_only
open_read_write