Module grebedb::vfs[][src]

Expand description

Virtual file system interface for database storage.

Structs

MemoryVfs

A file system that is stored temporarily to memory.

OsVfs

Interface to a real file system on disk.

ReadOnlyVfs

Wrapper that allows only read operations.

Enums

VfsSyncOption

File system synchronization options for synchronizing data to disk.

Traits

Vfs

Represents a virtual file system.