Phonegap / Cordova SQLite Plugin for Windows 7 and Windows 8 Phones?

I need to install a SQLite plugin for my application. My application usually works on both Windows 7 and Windows 8. I have tried many plugins that will only support Windows 8 but not Windows 7 phones. Is there any SQLite plugin that will support both Windows 7 and 8 phones? Any suggestions please ...

+3


source to share


1 answer


I can provide you with some links to some of the plugins available there:

https://github.com/pgsqlite/PG-SQLitePlugin-iOS-2013.03

https://github.com/marcucio/Cordova-WP-SqlitePlugin [Only for Windows Phone 8+)

https://github.com/brodysoft/Cordova-SQLitePlugin (again for WP8)



https://github.com/Smile-SA/cordova-plugin-websqldatabase [Cordova plugin allowing WebSqlDatabase on WP7.5 and WP8] \

And here's another one: http://sqlitewindowsphone.codeplex.com/

Fork of the above plugin: https://github.com/Smile-SA/Csharp-SQLite-WP

Hope it helped.

+5


source







All Articles