SQLiteFS
SQLiteFS is a Rust Crate to provide you with an In-App Filesystem based on SQLite.
The base for this are the SQLite Docs:
- SQLite As An Application File Format: https://sqlite.org/appfileformat.html
- SQLite Archive Files: https://sqlite.org/sqlar.html
Example
use ;
async
Status Indicators
What the value of size tells you:
-1
: The file was just created
-2
: The file was truncated