Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>IReplicaDriver

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
interface IReplicaDriver
Re-export
import { type IReplicaDriver } from "https://deno.land/x/earthstar@v10.0.0/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.