How to implement an SQLite database in Phonegap?

前端 未结 4 1915
长发绾君心
长发绾君心 2020-12-29 11:22

I\'m implementing a cross-platform app for Android, iOS, and BlackBerry. I\'m using PhoneGap to produce native language versions for each platform. I want to know how to cre

4条回答
  •  梦毁少年i
    2020-12-29 11:30

    The PhoneGap documentation on storage is pretty explicit here, and includes some example code. The storage API is modelled on the Javascript API developed under HTML5 used in Opera and Webkit. Here's the relevant page:

    Original 2011 link: http://docs.phonegap.com/phonegap_storage_storage.md.html

    2017 update: now all out of date, but see this: http://docs.phonegap.com/en/1.2.0/phonegap_storage_storage.md.html

提交回复
热议问题