I'm currently working on a mobile app, I have a requirement to create local database for Android. Though I am using Sencha Touch 2 for development, I am worried for SQLite database from within the browser sandbox.
Which one is more reliable, allocates more memory and fast: SQLite database from within the browser sandbox Or Native SQLite database. What are the differences in both?
I can use Native SQLite database using phone gap, But primarily I am confused which is better to use.