Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaDriverFs
implements IReplicaDriver
import { ReplicaDriverFs } from "https://deno.land/x/earthstar@v10.0.2/src/entries/node.ts";

A replica driver which persists data to the filesystem.

Constructors

new
ReplicaDriverFs(shareAddress: ShareAddress, dirPath: string)

Properties

attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver