nolanlawson / cordova-plugin-sqlite-2

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL (UNMAINTAINED)
https://nolanlawson.com/2016/04/10/introducing-the-cordova-sqlite-plugin-2/
Apache License 2.0
168 stars 28 forks source link

[Question] - BLOB support #66

Closed angel1st closed 6 years ago

angel1st commented 6 years ago

Does the plugin support read / write BLOB type? If yes - could you please provide / point to a code snippet?

nolanlawson commented 6 years ago

No, just strings. This plugin basically just implements the WebSQL API, which does not support blobs.