shodh-redb 0.3.1

Multi-modal embedded database - vectors, blobs, TTL, merge operators, and causal tracking built on ACID B-trees
Documentation
1
2
3
4
pub use crate::tree_store::InMemoryBackend;
#[cfg(feature = "std")]
pub use crate::tree_store::file_backend::FileBackend;
pub use crate::tree_store::{FlashBackend, FlashGeometry, FlashHardware};