I\'m new to this, and I am trying to build an app to be deployed with PhoneGap, to both Android and iOS.
I am wondering how to link to a database which will store timetable dat
PhoneGap has a storage api that you should use instead of using HTML5 local storage directly. On both Android and iOS, it will use the native implementation.
see http://docs.phonegap.com/en/2.7.0/cordova_storage_storage.md.html#Storage