Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module database

Module database 

Source
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.
DatabaseKey
A signing key bound to its identity in a database’s auth settings.