Skip to main content

All Questions

Tagged with
1 vote
0 answers
170 views

Electron - unable to use rxdb in vuejs renderer process

I'm trying to use rxDB inside my electron vue app. I've followed the guide on how to implement it inside the renderer process, and I have the following code in my App.vue file: // Importo dipendenze ...
OHICT's user avatar
  • 451
0 votes
0 answers
154 views

Slow loading Nuxt/Electron Desktop App with large datasets using rxdb

When loading a page/table with more than 1000 results, it takes around six seconds for the data to load and sometimes temporarily freezes the application. Pagination wont work because I need to get ...
Jayson H's user avatar
  • 2,038
8 votes
2 answers
2k views

RxDB - Use the existing local DB

Case How to open an existing database? Issue I already create one database with RxDB.create(), and created some collections, put some documents in it So, in another script, i want to open that ...
Andon Mitev's user avatar
  • 1,432
1 vote
1 answer
726 views

RxDB/Electron storing data in sqlite

I want to build a hybrid using Ionic/Electron to run it on Desktop,Browser and Android, after doing some research i found about RxDB which by it's definition seems to fit this kind of DB usage (https:/...
user7616817's user avatar