How to implement database in PhoneGap App ?

前端 未结 3 1291
野性不改
野性不改 2021-02-02 18:04

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

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-02 18:42

    Please refer below link for simple operation with Sq-lite.and also you can get basic idea of Storage API from above link.

    Simple operation with Sq-lite : http://www.raymondcamden.com/index.cfm/2011/10/20/Example-of-PhoneGaps-Database-Support

    Edited on 8th MAY 2013 and fixed 19th January 2016

    Basic operation with DB :

    
    
    

    refrence

    You can check Data base in File explorer

    In ADT bundle Window>>show view>> File Explorer

提交回复
热议问题