Search code examples
cordovacordova-3

Does Cordova support SQLite databases?


If yes, then how do I use SQLite in Cordova 3.5?

I have already tried WebSQL (which works fine), but I want to use SQLite.


Solution

  • Yes, It will support for any version

    But need to write native code (android - java, windows - C#, ios - Objective C, ....)