Skip to main content
Module

x/earthstar/src/entries/universal.ts>IReplicaDriver

Storage for private, distributed, offline-first applications.
Go to Latest
interface IReplicaDriver
Re-export
import { type IReplicaDriver } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.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.