Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/entries/deno.ts>ReplicaDriverFs

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
class ReplicaDriverFs
implements IReplicaDriver
import { ReplicaDriverFs } from "https://deno.land/x/earthstar@v10.0.0/src/entries/deno.ts";

A replica driver which persists data to the filesystem.

Constructors

new
ReplicaDriverFs(shareAddress: ShareAddress, dirPath: string)

Properties

attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver