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

[CORE] Persistant storage #1

Closed
JulianKominovic opened this issue Oct 2, 2023 · 0 comments · Fixed by #2
Closed

[CORE] Persistant storage #1

JulianKominovic opened this issue Oct 2, 2023 · 0 comments · Fixed by #2

Comments

@JulianKominovic
Copy link
Owner

JulianKominovic commented Oct 2, 2023

Db chosen

https://github.com/pjtatlow/jammdb


https://github.com/lzdyes/tauri-plugin-sqlite
PROS:

  • Easy to use
  • Almost 0 efforts integration

CONS:

  • Still SQL
  • Learning curve is difficult
  • Slow development

https://docs.rs/rustbreak/latest/rustbreak/
Key-value based file database
PROS:

  • Easy to use
  • No sql

CONS:

  • Big efforts needed (create an API, listener, clientside and rust-side for devtools)

Important

  • How can we reduce extension scopes to prevent accessing other extensions' database?
@JulianKominovic JulianKominovic changed the title [CORE] Persistant SQLite storage [CORE] Persistant storage Oct 2, 2023
@JulianKominovic JulianKominovic linked a pull request Oct 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant