I am building a PhoneGap application for Android and iOS.
I want to know which one is a better selection for database management: HTML5\'s SQLite or Native database of
The Web SQL Database standard is no longer being developed. It will probably be replaced by IndexedDB. I wouldn't rely on its existence if I were you.
From the spec:
Beware. This specification is no longer in active maintenance and the Web Applications Working Group does not intend to maintain it further.