Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
sqlite database- integration
-
i have 3 database that holds over 5000 entries each, its currently an sqlite format(local storage), but can also be sql(online). how would i join this, to the app i cant find any example or tutorials about it. also i dont wish to use the Backend as this will take ages.
what i hope my app does,
1st database contains list
2nd database information regarding a specific item in the list, which should be stored in users phone for offline usage.i dont mind both of these database being on local storage, but both of these db will need weekly updates.