I'm making an iOS app using PhoneGap. Is there a way to store the webSQL database created by the app on the SD card, uninstall the app, install it again and then retrieve the database correctly with all the previous information that was there before uninstallation?
Since I haven't tried anything yet, I'm not expecting people to give me code as an answer, I'm just wondering what I could use to achieve this? Would it be PhoneGap's File API? If so, how would I specify where to save the db?