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.

Disclaimer: This library uses unsafe Rust to call SQLite C functions. I am neither an SQLite nor a unsafe Rust expert. I am only using this library for experiments (and not in any production capacity) right now.