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. Connections are per-message and never shared.

Structs§

Connection

Functions§

open_read_only
open_read_write