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

Use Sqlite for browser/wasm instead of localstorage #3

Open
1 of 2 tasks
frankois944 opened this issue Feb 7, 2025 · 1 comment
Open
1 of 2 tasks

Use Sqlite for browser/wasm instead of localstorage #3

frankois944 opened this issue Feb 7, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@frankois944
Copy link
Owner

frankois944 commented Feb 7, 2025

The localstorage on browser is limited on size, using SQlite should be a good alternative.

Done For :

  • KotlinJS Browser
  • Kotlin Wasm
@frankois944 frankois944 added the enhancement New feature or request label Feb 7, 2025
@frankois944 frankois944 self-assigned this Feb 9, 2025
@frankois944
Copy link
Owner Author

  • IndexDB has been added on version 0.7.0 for KotlinJS Browser

Waiting for a good solution on wasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant