What database does PhoneGap use and what is the size limit?
Is my understanding of what database PhoneGap will use accurate? Yes it is. PhoneGap can use LocalStorage, SessionStorage, or SQLite databases. You can also, alternatively use PhoneGap to connect to the devices native classes via a plugin, and pass the native class data, that it will then store on the device. Is there any solid … Read more