How to enable HTML client-side SQL database in embedded webkit app (test app on github)

后端 未结 1 1150
忘了有多久
忘了有多久 2021-01-03 02:12

I\'ve got a super simple little OS X app with a minimal embedded webkit view that needs client-side SQL database support enabled. I\'ve put the test app up on github but jus

相关标签:
1条回答
  • 2021-01-03 02:40

    Local databases should be done with a javascript you run in the HTML, HTML5 Databases tutorial

    You could also try using sqlLite in your app, or core data but I think you want to access it through your HTML?

    0 讨论(0)
提交回复
热议问题