Expand description
Backing Storage for database. See also AtomicFile.
Structs§
- Dummy
File - Dummy Stg that can be used for Atomic upd file if “reliable” atomic commits are not required.
- MemFile
- Simple implementation of Storage using
Vec<u8>. - Multi
File Storage - Alternative to SimpleFileStorage that uses multiple SimpleFileStorages to allow parallel reads/writes by different threads.
- Simple
File Storage - Simple implementation of Storage using
std::fs::File.
Traits§
- Page
Storage - Interface for page storage.
- Page
Storage Info - Information about page sizes.
- Storage
- Interface for database storage.