Using sqlite on Quasar (desktop)
-
I’d like to create desktop project using Quasar but I can’t find any tutorial about using sqlite on Quasar yet,
I wonder if it’s possible and how to add, build and deploy sqlite into the project?
Any suggestion would be appreciated.Thanks in advance
-
-
I am also looking for a tutorial to use a database with Quasar.
-
It can definitely be done, since I’ve integrated sqlite with quasar electron. But it’s nothing quasar specific at all, more so the same way you’d integrate sqlite into any electron project.