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

x/earthstar/mod.ts>ReplicaDriverMemory

Storage for private, distributed, offline-first applications.
Go to Latest
class ReplicaDriverMemory
implements IReplicaDriver
import { ReplicaDriverMemory } from "https://deno.land/x/earthstar@v10.0.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