Structs§
- Db
- A specialized database environment that is persisted to the provided directory.
- Megadex
Db - A specialized database table that is persisted to the provided directory. This will store
structs which implement
Serialize
andDeserializeOwned
. It will also index those structs by any additional fields that you specify.