Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about the plugin cordova-sqlite-storage #25

Open
lemkoleg opened this issue Apr 19, 2020 · 1 comment
Open

Question about the plugin cordova-sqlite-storage #25

lemkoleg opened this issue Apr 19, 2020 · 1 comment

Comments

@lemkoleg
Copy link

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
Copy link
Owner

brodycj commented Apr 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants