PhoneGap 可以与本地 SQLite3 数据库一起使用吗?
我想知道 PhoneGap 是否可以与本地 SQLite3 数据库一起使用以及它对 SQLite3 的支持程度如何。
I was wondering if PhoneGap can work with local SQLite3 databases and what level of SQLite3 support it has.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,它确实有效,您可以使用以下任一方法:
请务必记住,PhoneGap 是打包在浏览器组件中的 Web 应用程序。适用于移动 WebKit 的所有内容也适用于 PhoneGap,PhoneGap 中的环境也与在桌面浏览器中打开 HTML 文件非常相似。
Web SQL 数据库:
http://www.w3.org/TR/webdatabase/
PhoneGap SQLite 插件:
https://github.com/davibe/Phonegap-SQLitePlugin
Ya it does work, you can use either of following:
It's important to remember that PhoneGap is web apps packaged in a browser component. Everything that applies to mobile WebKit will apply to PhoneGap as well, and the environment in PhoneGap is also very similar to opening an HTML-file in a desktop browser.
Web SQL Database:
http://www.w3.org/TR/webdatabase/
PhoneGap SQLite Plugin:
https://github.com/davibe/Phonegap-SQLitePlugin
Phonegap 与本地 SQLite3 数据库配合得很好。
查看此链接以获取教程 http://groups.google.com /group/phonegap/browse_thread/thread/07cf9f48e3cd0663?pli=1
Phonegap works very well with local SQLite3 database.
check out this link for tutorial http://groups.google.com/group/phonegap/browse_thread/thread/07cf9f48e3cd0663?pli=1