Hello
I am using ionic . and i want to do offline stroage. where i need to save content, images, pdf files as well within the app.
On backend i am using mysql . which db should be best for offline storage .?
Thanks
Hello
I am using ionic . and i want to do offline stroage. where i need to save content, images, pdf files as well within the app.
On backend i am using mysql . which db should be best for offline storage .?
Thanks
You could try sqlite
but i won’t store media files in the sqlite table --> use cordova-file-transfer plugin to download the app folder.