You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to introduce a way to write externally linked VFS like SQLite provides?
What I would like is to a way to provide hooks that'll be implemented in JS to manage the storage
Who Benefits From The Change(s)?
Folks that want to use Sled in a browser context
Alternative Approaches
Another approach might be to bake various implementations right inside Sled as there are performance considerations while implementing it.
The text was updated successfully, but these errors were encountered:
Use Case:
Browser usage via WASM+OPFS/IDB
Proposed Change:
Is it possible to introduce a way to write externally linked VFS like SQLite provides?
What I would like is to a way to provide hooks that'll be implemented in JS to manage the storage
Who Benefits From The Change(s)?
Folks that want to use Sled in a browser context
Alternative Approaches
Another approach might be to bake various implementations right inside Sled as there are performance considerations while implementing it.
The text was updated successfully, but these errors were encountered: