Expand description
Database module provides functionality for managing collections of related entries.
A Database represents a hierarchical structure of entries, like a traditional database
or a branch in a version control system. Each database has a root entry and maintains
the history and relationships between entries. Database holds a weak reference to its
parent Instance, accessing storage and coordination services through that handle.
Structs§
- Database
- Represents a collection of related entries, like a traditional database or a branch in a version control system.
- Database
Key - A signing key bound to its identity in a database’s auth settings.