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
This is an interesting spec. However this is probably something that will be integrated at the emscripten level, and not at the level of individual libraries.
one of sql.js biggest limitation is inability to persist largish databases (e.g. 1gb) to local filesystem.
that might finally be overcome with newly proposed https://wicg.github.io/file-system-access (note spec's motivation appears mainly saving data in web-editors and ides).
they have an experimental demo here
feasibility question - what additional spec read/write features are needed to allow sql.js to use spec to persist to local filesystem?
spec's current capabilities are (from what i gather):
read
write
The text was updated successfully, but these errors were encountered: