SQLite 和 SQLite安卓
是否有任何工具/Eclipse 插件可以在不使用控制台/shell 中的 sqlite3 的情况下直观地查看数据库平板电脑?
我在诸如 https://stackoverflow.com/questions 之类的线程中看到过/2149438/tool-to-see-android-database-tables-and-data 您可以使用 sqlite 数据库浏览器...但为此您需要“从设备中提取文件”。
我想要一种方法来“实时”查看它们,而不需要从模拟器中复制文件,并且可以使用诸如 SQL Developer for SQLite 之类的工具直观地查看它们。
有什么想法吗?
现在有可能吗?
Is there any tool/eclipse plugin to see the database tablets visually without using sqlite3 from the console/shell?
I've seen in threads like https://stackoverflow.com/questions/2149438/tool-to-see-android-database-tables-and-data that you can use sqlite database browser... but for that you need to "pull the file from device".
I would like a method to see them in "real-time" without needing to copy the file from the emulator, and visually, with a tool like SQL Developer for SQLite.
Any ideias?
Is it even possible at this point?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我搜索了一段时间这样的工具。我发现的唯一的东西是questoid。这是商业性的。但这似乎正是您正在寻找的东西。
I searched for a tool like this a while. The only thing i found is questoid. Which is commercial. But it seems to be exactly what you are searching for.
我使用与此类似的解决方案,http://goo.gl/sPgKQ,将我的数据库复制到我的SD 卡。然后我使用适用于 Firefox 的 SQLite 管理器插件 http://goo.gl/qfL7P。
我见过的实时查看数据库的唯一方法涉及对手机进行 root 或使用开发人员设备。否则,您没有访问设备上的数据/目录所需的权限。上述解决方案是我能找到的最有效的方法(无需支付任何费用)。尽管我愿意接受更好的方法。
I use a solution similar to this one, http://goo.gl/sPgKQ, to copy my database to my sd card. Then I use the SQLite manager add-on, http://goo.gl/qfL7P, for Firefox.
The only method I've seen to view the database in real time involves either rooting your phone or having a developer device. Otherwise you don't have the permissions necessary to access the data/ directory on your device. The above solution was the most efficient way I could find (without paying for anything). Though I am open to a better way.