You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest way is to use electron-store.
But if you need to store large amount or complex data, use for example TypeORM with SQLite (I tested this configuration in my side project).
Rxdb and lowdb should also work.
The simplest way is to use electron-store.
But if you need to store large amount or complex data, use for example TypeORM with SQLite (I tested this configuration in my side project).
Rxdb and lowdb should also work.
What are the local data storage options?
Is there any recommended one that you are using?
Can I use rxdb lowdb?
The text was updated successfully, but these errors were encountered: