Skip to main content

Module document

Module document 

Source
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.
DocumentId
Unique identifier for a document.
DocumentStore
A document store for managing multiple CRDT documents.
QueryOptions
Options for querying documents.

Enums§

CrdtValue
A CRDT value that can be stored in a document.
DocumentDelta
Delta for document changes.
DocumentType
The type of a document.
SortField
StoreChange
A change to the store.