Crates.io | sqlite-vfs-ic |
lib.rs | sqlite-vfs-ic |
version | 0.2.0 |
source | src |
created_at | 2023-01-17 08:10:20.984454 |
updated_at | 2023-01-17 08:10:20.984454 |
description | Build SQLite virtual file systems (VFS) by implementing a simple Rust trait. |
homepage | https://github.com/rkusa/sqlite-vfs |
repository | https://github.com/froghub-io/sqlite-vfs.git |
max_upload_size | |
id | 760855 |
size | 105,961 |
sqlite-vfs
Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.
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.
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.
full.test
and not all.test
.do-sqlite
.unsafe
Rust, which hasn't been peer-reviewed yet.xFetch
/xUnfetch
)xDl*
)std::os::unix
usage in tests)xDeviceCharacteristics
)