sqlite-vfs

Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.

Documentation | Example

This library is build for my own use-case. It doesn't expose everything a SQLite VFS provides (e.g. memory mapped files). Feel free to propose additions if the current state doesn't work for your use-case.

Status

This library is still in prototype state and not ready to be used (except for maybe prototypes). While progress will be slow, it is actively worked on.

Limitations