Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexedDB support? #48

Open
tantaman opened this issue Aug 18, 2022 · 0 comments
Open

IndexedDB support? #48

tantaman opened this issue Aug 18, 2022 · 0 comments

Comments

@tantaman
Copy link
Collaborator

While pure sqlite is great it is quite a bit of bloat to bring into the browser.

Is it worth supporting indexeddb directly?

Some reasons to do it:

  • faster first time load
  • less complex application setup (no sql files to generate, simpler table creation process, simpler db startup)

Not to:

  • Entirely new SourceExpression type to support
  • Entirely new query plan optimizer to write
  • CRDT layer would need to be re-implemented for IndexedDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant