Replies: 1 comment 2 replies
-
It is possible, but how difficult it is depends on what you want exactly. IDBMirrorVFS isn't just MemoryAsyncVFS with persistence because it also allows multiple connections. Creating a synchronous version of IDBMirrorVFS that supports multiple connections could be done with the retry idea that OPFSCoopSyncVFS uses...but that's a tricky change to code. If all you actually want is MemoryVFS with persistence - with only one connection and durability not guaranteed - then that is a much simpler task. It is so much simpler that I would probably start from scratch instead of starting with IDBMirrorVFS and ripping things out. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! Would it be possible to create a version of the IDBMirrorVFS that works with a synchronous SQLite build?
Essentially a MemoryVFS with persistence?
Beta Was this translation helpful? Give feedback.
All reactions