SQLite database in Javascript locally

前端 未结 4 670
梦谈多话
梦谈多话 2020-12-24 09:26

I\'m using a PhoneGap project on XCode. I am trying to connect to a SQLite databse by using Javascript.

I have made a file \"myDatabase.sqlite\" in an SQLite tool.

4条回答
  •  遥遥无期
    2020-12-24 09:32

    This script will help you:

    
    

    To download the code go visit url:

    http://blog.developeronhire.com/create-sqlite-table-insert-into-sqlite-table/

提交回复
热议问题