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

pick embedded db #4

Open
0chroma opened this issue May 1, 2023 · 0 comments
Open

pick embedded db #4

0chroma opened this issue May 1, 2023 · 0 comments
Assignees

Comments

@0chroma
Copy link
Owner

0chroma commented May 1, 2023

Options:

  • GlueSQL
    • works directly with IndexedDB
    • less established, sled will require migration eventually
  • sqlite + SeaORM

main issue is performance with WASM, since I want to support as many platforms as possible it's an important consideration

on the other hand, web kind of doesn't work great for this use case. It might be better to focus on a desktop-only experience to ensure it can run in the background. This isn't too uncommon for chat apps (ie zoom, discord, skype etc)

@0chroma 0chroma self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant