storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.15k stars 716 forks source link

In readme there is litehelpers / Cordova-sqlite-express-core mentioned but no repo there #507

Open yyfearth opened 8 years ago

yyfearth commented 8 years ago

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

brodycj commented 8 years ago

Thanks for asking. I have not decided 100%. Were you thinking of a specific use for this version or were you just curious?

I am trying to avoid a proliferation of extra version repos. I will remove it from README.md for now.

yyfearth commented 8 years ago

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.

brodycj commented 8 years ago

@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.