Expand description

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

Structs

Enums

The access an object is opened with.

The access an object is opened with.

The object type that is being opened.

Traits

A file opened by Vfs.

A virtual file system for SQLite.

Functions

Register a virtual file system (Vfs) to SQLite.