Ditto Store
Provides access to DittoCollections and a write transaction API.
Functions
Returns a DittoCollection with the provided name.
Returns a list of the names of collections in the store.
Returns an object that lets you fetch or observe the collections in the store.
Returns a DittoCollection with the provided name. A collection name is valid if:
Returns a hash representing the current version of the given queries. When a document matching such queries gets mutated, the hash will change as well.
Returns a sequence of English words representing the current version of the given queries. When a document matching such queries gets mutated, the words will change as well.
Allows you to group multiple operations together that affect multiple documents, potentially across multiple collections.