-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I'm working on a union crate for this one and rusqlite that allows it to be used as the underlying storage. I have a branch that implements “random access”, which is vital for the SQLite implementation. I can see this being implemented in a way that would be optional for file systems that didn't support such an operation.
What are some things that are missing or could break here that'd prevent this from being made mainline? I could also see this being implemented as a trait for underlying VfsPath
file systems that also implement a means of producing random access files, so it'd fail at compile time.
(Originally published at: https://jacky.wtf/2022/7/lGgU)
Metadata
Metadata
Assignees
Labels
No labels