You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw litehelpers / Cordova-sqlite-express-core mentioned in readme,
and I remember there is such a repo there before, but now it is no longer exist.
Are you already decided to not creating this version? Or you just want to release it later?
If you no longer have a plan to release it, maybe it is better to remove it from readme?
Thanks
The text was updated successfully, but these errors were encountered:
I still prefer a lightweight version that use the os provided sqlite instead of embed an independent version of sqlite.
It either need to download externally binaries from the Cordova-sqlite-storage-dependencies repo, or need long time to compile from source.
The https://github.com/nolanlawson/cordova-plugin-sqlite-2 looks good for me, but it refuse to provide extra features like closeDb, deleteDb, and db.executeSql, which is required for my projects.
@yyfearth let me consider this over the next week or so. I also think it would be nice to have the lightweight version, though I would have to keep dealing with some old problems such as #193 (loss of data on certain versions of Android for which I have to support a really ugly workaround). It should also be able to work with some other tooling such as Plugman, PhoneGap CLI, PhoneGap Build, and Intel XDK.
Hi,
I saw litehelpers / Cordova-sqlite-express-core mentioned in readme,
and I remember there is such a repo there before, but now it is no longer exist.
Are you already decided to not creating this version? Or you just want to release it later?
If you no longer have a plan to release it, maybe it is better to remove it from readme?
Thanks
The text was updated successfully, but these errors were encountered: