如何操作 Phonegap Web SQL 数据库

发布于 2024-12-07 20:11:23 字数 146 浏览 0 评论 0原文

我正在使用 PhoneGap 开发一个应用程序,但发现了一个问题。我不知道也找不到数据库文件,因此我可以操作它或检查它是否具有我想要的记录和表格。

有没有任何应用程序可以做到这一点?我发现 Safari 和 Chrome 有一个菜单,但我在手机中找不到任何菜单。

I'm developing an app with PhoneGap and I found a problem. I don't know and can't find the database file so I can manipulate it or check if it has the records and tables that I want.

Is there any app that can do that? I found that Safari and Chrome have a menu with that, but I can't find anything with that in my phone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我一直都在从未离去 2024-12-14 20:11:23

访问 Web SQL 数据库的唯一可靠方法是通过浏览器本身。据我所知,没有任何好的“通用”工具可以操作任意站点的 Web SQL 数据库。

然而,使用小书签,创建一个界面来操作任意站点上的 Web SQL 数据库并提供比内置浏览器界面更多的选项也不会太困难。

The only reliable way to get at the Web SQL database is through the browser itself. There are no good "generic" tools out there to manipulate the Web SQL database that I am aware of for an arbitrary site.

With a bookmarklet, however, it would not be too challenging to create an interface to manipulate the Web SQL database on an arbitrary site and provide more options than the built-in browser interfaces.

此生挚爱伱 2024-12-14 20:11:23

尝试 persistenceJS。它是一个 JavaScript 插件,旨在更轻松地添加、编辑、删除本地数据库中的表和记录。文档和功能都非常好。

不过,有很多异步的事情正在发生,所以准备好将大量代码放入回调的回调中:)

Try persistenceJS. It's a javascript plugin designed to make it easier to add, edit, remove tables and records in localDatabase. The documentation and the functionality are pretty good.

There's a lot of asynchronous stuff going on though, so be prepared to put a lot of your code into callbacks of callbacks of callbacks :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文