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

Local data storage recommendation #523

Closed
kaanguru opened this issue Oct 7, 2020 · 3 comments
Closed

Local data storage recommendation #523

kaanguru opened this issue Oct 7, 2020 · 3 comments
Labels
question Further information is requested

Comments

@kaanguru
Copy link

kaanguru commented Oct 7, 2020

What are the local data storage options?

Is there any recommended one that you are using?

Can I use rxdb lowdb?

@michalzaq12
Copy link
Owner

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.

@michalzaq12 michalzaq12 added the question Further information is requested label Oct 7, 2020
@michalzaq12 michalzaq12 changed the title local data Local data storage recommendation Oct 7, 2020
@michalzaq12 michalzaq12 pinned this issue Oct 8, 2020
@Suyashtnt
Copy link

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.

how would you implement the SQLite DB?

@swapnilnandgave08
Copy link

I am not able to add typeorm in electron nuxt project. I am getting import outside module error. Can you help me with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants