brodycj / ask-me-anything

ASK ME ANYTHING such as support, ideas, or personal questions
Creative Commons Attribution 4.0 International
4 stars 1 forks source link

Question about the plugin cordova-sqlite-storage #25

Open lemkoleg opened 4 years ago

lemkoleg commented 4 years ago

Hello. I'm trying to figure out the plugin. Help me with this, please. Tell me, is this browser-only plugin "cordova-sqlite-storage", or in a mobile application too ? What restrictions exist on the size of blob objects? Data is saved after the session? And what about the Nano-SQL plugin? Does it work on devices and in a browser? I see that the last update was 11 months ago. What is the difference between "cordova-sqlite-storage" and "Nano-SQL"

brodycj commented 4 years ago

The cordova-sqlite-storage plugin works with Cordova on Android, iOS, macOS ("osx"), and Windows platforms. It does not work with the browser.

In general, binary blob objects are not directly supported.

Whenever data is successfully stored, it should always persist.

I did update cordova-sqlite-storage in March this year.

Nano-SQL is completely new for me. I cannot promise when I would get a chance to evaluate it.