Which db is best to use

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

1 Like

but i won’t store media files in the sqlite table --> use cordova-file-transfer plugin to download the app folder.

1 Like