class ReplicaDriverMemory
implements IReplicaDriver
import { ReplicaDriverMemory } from "https://deno.land/x/earthstar@v10.2.0/src/entries/universal.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