Structs§
- DocStore
- A document-oriented Store providing ergonomic access to Doc CRDT data.
- Encrypted
Fragment - Encrypted data fragment containing ciphertext and nonce.
- Encryption
Info - Encryption metadata stored in _index config (plaintext)
- Password
Store - Password-encrypted store wrapper.
- Password
Store Config - Configuration stored in _index for PasswordStore.
- Registry
- A registry that wraps a DocStore and provides specialized methods for managing typed entries with metadata.
- Registry
Entry - Metadata for a registry entry
- Settings
Store - A settings-specific Store that wraps DocStore and provides specialized methods for managing database settings and authentication configuration.
- Subtree
Settings - Common settings for any subtree type.
- Table
- A Row-based Store
- Value
Editor - An editor for a
Valueobtained from aDocStore. - YDoc
- A Y-CRDT based Store implementation with efficient differential saving.
- YrsBinary
- A CRDT wrapper for Y-CRDT binary update data.
Enums§
- Store
Error - Generic error types for store operations.
Constants§
- DEFAULT_
ARGO N2_ M_ COST - Default Argon2 memory cost in KiB (19 MiB)
- DEFAULT_
ARGO N2_ P_ COST - Default Argon2 parallelism
- DEFAULT_
ARGO N2_ T_ COST - Default Argon2 time cost (iterations)
Traits§
- Registered
- Trait for types that can be registered in a Registry.
- Store
- A trait representing a named, CRDT-based data structure within a
Database.