Module db

Module db 

Source

Modules§

lexer
All structs and traits present in this module serve a minimal database implementation with basic file management.
tracked

Structs§

BaseDb
Base database that stores files.
File
Input that represents a file in the database.

Traits§

BaseDatabase
Base trait for a database that stores files.
FileManager
Trait for managing files in the database.