I am trying to find some information about the maximum size of a WebSQL database (SQLite) in Google Chrome. I read conflicting information such as the maximum size of 5 MB, and the user is prompted when the database reaches 10, 50, 100 MB, etc.
I tried to create databases of various sizes, and they open normally with 500 MB and 5000 MB, however I have not yet tried to add data to these large sizes.
Does anyone have first-hand experience with a large WebSQL database or can point me to the relevant information?
source
share