earthstar-project/earthstar

Add pre-bundled Replica drivers

sgwilym opened this issue · 0 comments

The new replica drivers are composed of a doc driver and an attachment driver. They're completely independent of each other, which means you can mix and match, but there are a few common variations I think we should have pre-bundled drivers for:

  • ReplicaDriverMemory (DocDriverMemory + AttachmentDriverMemory)
  • ReplicaDriverWeb (DocDriverIndexedDB + AttachmentDriverIndexedDB)
  • ReplicaDriverFilesystem (DocDriverSqlite + AttachmentDriverFilesystem)