cordova-sqlite-storage - core plugin version MIT (or Apache 2.0 on Android & Windows) cordova-sqlite-ext - with extra features including BASE64 (SELECT BLOB in Base64 format), REGEXP, and ...
Note: The extension includes binaries for the sqlite cli (used to execute queries), in case the included binaries do not work you need to provide your own path/command for the sqlite cli in the ...
I program quite a bit in my free time as a hobby. Right now I'm working on managing thumbnails for images on disk. XnView uses an SQLite database for storing this info and accessing it; Windows uses a ...
Ok, this is one for the real MacOS experts. What I want to do is reclaim unused disk blocks from an SQLite file and free those so they can be used for something else. sqlite_sparse on Github does ...