4 releases
Uses new Rust 2024
new 0.0.4 | May 2, 2025 |
---|---|
0.0.3 | May 2, 2025 |
0.0.2 | May 2, 2025 |
0.0.1 | May 2, 2025 |
#713 in Database interfaces
42 downloads per month
35KB
713 lines
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
Status Indicators
What the value of size tells you:
-1
: The file was just created
-2
: The file was truncated
Dependencies
~53MB
~1M SLoC