luxuereal / budget_nextron_sqlite

14 stars 0 forks source link

how to manage local data in electron app? #14

Open luxuereal opened 1 year ago

luxuereal commented 1 year ago

Anyone help me? I want to manage local data in electron.

pearlights commented 1 year ago

oh, I can help you. You know RxDB? It is better to manage local data in electron.

vik-splav commented 1 year ago

oh, I can help you. You know RxDB? It is better to manage local data in electron.

wow!!! I think sqlite is enough, right?

vik-splav commented 1 year ago

SQLite is the best way to manage local data in web applications.

pearlights commented 1 year ago

But, There is a problem. In general, Electron desktop app have to be worked on status of offline. In case of that, RxDB is the best way.

luxuereal commented 1 year ago

SQLite is the best way to manage local data in web applications.

Do you know how to use SQLite in renderer process?

luxuereal commented 1 year ago

But, There is a problem. In general, Electron desktop app have to be worked on status of offline. In case of that, RxDB is the best way.

Oh, it seems to be good.