Skip to main content
Module

x/earthstar/mod.ts>ReplicaDriverMemory

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

A replica driver which stores data in memory. All data is lost when the replica is closed.

Constructors

new
ReplicaDriverMemory(shareAddress: ShareAddress)

Properties

attachmentDriver: IReplicaAttachmentDriver
docDriver: IReplicaDocDriver