Android 或 Iphone 中存储的phonegap数据库在哪里?
我无法找到 Phonegap 在 iPhone 和 Android 上创建的 SQLite 数据库。
我检查了 /data 文件夹,但那里没有。
我知道这些 API 基于 W3C Web SQL 数据库规范和 W3C Web 存储 API 规范,并且在计算机浏览器中我可以通过检查器看到它们。在 Phonegap 文档中,它说它创建为 SQLite 数据库,但我在 Android 设备和 iPhone 中找不到它。
有人知道 PhoneGap 在哪里创建数据库吗?
预先感谢,
埃尔卡斯
I'm having troubles to find the SQLite databases that Phonegap creates on iPhone and Android.
I've checked the /data folder but there aren't any there.
I know that the APIs are based in the W3C Web SQL Database Specification and W3C Web Storage API Specification, and in computer's browsers I can see them with the inspector. In Phonegap documentation it says that it creates as SQLite database but I can't find it in my android device and iPhone.
Does anyone know where PhoneGap creates the databases?
Thanks in advance,
Elkas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我所做的事情更加容易和简单。我为单个测试应用程序执行此操作,希望它能对您有所帮助。
Tiger ~/Library/Application Support/iPhone Simulator/(您正在测试的版本)5.0/Applications/AADBB179-EC96-4020-910C-85CB01513C58 (您的版本会有所不同)/Library/Webkit/Databases/file__0/0000000000000001.db
您的文件是0000000000000001.db
What I did is easier and simpler. I did this for a single testing app and hope it will help you to.
Tiger ~/Library/Application Support/iPhone Simulator/(version which you are testing)5.0/Applications/AADBB179-EC96-4020-910C-85CB01513C58 (yours will be different)/Library/Webkit/Databases/file__0/0000000000000001.db
Your file is 0000000000000001.db
~/Library/Safari/ 或 ~/Library/WebKit
其中 ~ = 应用程序目录。
希望这有帮助。我目前没有实际设备可供检查。
~/Library/Safari/ or ~/Library/WebKit
Where ~ = the application directory.
Hope this helps. I do not have an actual device to check on at the moment.