问题描述
我想知道PhoneGap是否可以使用本地SQLite3数据库以及SQLite3支持的级别。
I was wondering if PhoneGap can work with local SQLite3 databases and what level of SQLite3 support it has.
推荐答案
可以使用以下两种方法之一:
请记住PhoneGap是打包在浏览器组件中的Web应用程序,这一点很重要。适用于移动WebKit的一切也适用于PhoneGap,PhoneGap中的环境也非常类似于在桌面浏览器中打开HTML文件。
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数据库:
Web SQL Database:http://www.w3.org/TR/webdatabase/
PhoneGap SQLite插件:
PhoneGap SQLite Plugin:https://github.com/davibe/Phonegap-SQLitePlugin
这篇关于PhoneGap能否与本地SQLite3数据库配合使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!