litehelpers / Cordova-SQLitePlugin-legacy-WP-broken-bug666

This version is no longer supported, see Cordova-sqlite-legacy-build-support. May be affected by data risk in litehelpers/Cordova-sqlite-storage#666.
4 stars 8 forks source link

Is this plugin still s'ported? #5

Open gabrielmuresan opened 10 years ago

gabrielmuresan commented 10 years ago

Are you still offering updates for this plugin?

brodycj commented 10 years ago

Unfortunately I have very little time for this one. Best to go to the original version at https://github.com/marcucio/Cordova-WP-SqlitePlugin

Alternative at https://github.com/Smile-SA/cordova-plugin-websqldatabasewith Apache license, I think using some LGPL lib(s)

Thanks, Chris

On Wed, Mar 19, 2014 at 9:28 AM, gabrielmuresan notifications@github.comwrote:

Are you still offering updates for this plugin?

Reply to this email directly or view it on GitHubhttps://github.com/brodysoft/Cordova-SQLitePlugin-WP-2013.12/issues/5 .

andmar8 commented 10 years ago

Alternatively just save yourself A LOT of hassle and migrate (if you can) to the file API. I did, it's sooooooo much easier to set up and work with...

http://docs.phonegap.com/en/3.3.0/cordova_file_file.md.html#File

Just store JSON on your filesystem, simple.

brodycj commented 10 years ago

http://docs.phonegap.com/en/3.3.0/cordova_file_file.md.html#File

  • Positive(s): Much simpler, better consistency and better support among all Cordova/PhoneGap platforms for storing JSON or other abitrary data
  • Positive(s) for SQLitePlugin*: ACID, i.e. crash-safe, see http://sqlite.org/transactional.html