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

Rewrite to lowdb #990

Open
3 tasks
mifi opened this issue Jan 20, 2022 · 0 comments
Open
3 tasks

Rewrite to lowdb #990

mifi opened this issue Jan 20, 2022 · 0 comments

Comments

@mifi
Copy link
Owner

mifi commented Jan 20, 2022

Benefits:

  • It's async so should yield better performance (electron-store is sync, so it blocks the js event loop)
  • It is atomic (no corrupted saves in case of crash/bug)
  • Guarantees order of writes to prevent race conditions

Caveats:
must catch errors when trying to write/read:

Tasks

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