Skip to main content
Module

x/earthstar/mod.ts>IReplicaDriver

Storage for private, distributed, offline-first applications.
Latest
interface IReplicaDriver
Re-export
import { type IReplicaDriver } from "https://deno.land/x/earthstar@v10.2.2/mod.ts";

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.