Expand description
Document Store - High-level API for managing CRDT documents.
Provides a unified interface for:
- Creating and managing documents
- Path-based queries
- Document versioning and snapshots
- Prefix scans and queries
Structs§
- Document
- A document with metadata.
- Document
Id - Unique identifier for a document.
- Document
Store - A document store for managing multiple CRDT documents.
- Query
Options - Options for querying documents.
Enums§
- Crdt
Value - A CRDT value that can be stored in a document.
- Document
Delta - Delta for document changes.
- Document
Type - The type of a document.
- Sort
Field - Store
Change - A change to the store.