import * as earthstar from "https://deno.land/x/earthstar@v10.0.0-beta.5/src/replica/replica-types.ts";
Interfaces
An attachment driver provides low-level access to a replica's attachments. ReplicaAttachmentDrivers are not meant to be used directly by users; let the Replica talk to it for you. | |
A document driver provides low-level access to a replica's documents. ReplicaDocDrivers are not meant to be used directly by users; let the Replica talk to it for you. | |
A replica driver provides low-level access to a replica's documents and attachments. ReplicaDrivers are not meant to be used directly by users; let the Replica talk to it for you. | |
Options for configuring a new replica.
| |
Type Aliases
| |
An event representing when a QuerySource has processed all existing documents. | |
| |
A mode representing what kind of docs are desired from a query stream.
| |
| |