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.