Dear
I am developing apps in ionic framework, I want to use local database without using plugin. I made a database with sqlite3.exe. Please tell me hot use database in ionic framwork. i tried it but i failed to connect pre-compiled database.
Hi @enamul95,
I recommend you follow this tutorial:
Please note that you will need plugins to accomplish this and it cannot be tested in a browser.
Regards,
Is very easy with SQLite (Tested with pre-filled databases with 25000 records), see my example: https://github.com/jdnichollsc/Ionic-Starter-Template
Regards, Nicholls