Crate sqlite_vfs

Source
Expand description

Create a custom SQLite virtual file system by implementing the Vfs trait and registering it using register.

Structs§

OpenOptions
WalDisabled

Enums§

LockKind
The access an object is opened with.
OpenAccess
The access an object is opened with.
OpenKind
The object type that is being opened.
RegisterError

Traits§

DatabaseHandle
A file opened by Vfs.
Vfs
A virtual file system for SQLite.

Functions§

register
Register a virtual file system (Vfs) to SQLite.