Reputation: 23
What is max db size allowed using phonegap storage api? What are the options in case the DB size will increase gradually as my users start using the app and adding data to it. ?
Upvotes: 1
Views: 1106
Reputation: 2958
The database size is not limited to 5MB it can keep on increasing till the phone storage is capable of handling it.
Neither PhoneGap nor SQLite limits the size of the app.
Upvotes: 3
Reputation: 3207
I think 5MB WebSQL DB size limit of Chrome more information please check this group link
Upvotes: 1