We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您可以尝试DbVisualizer。
DbVisualizer 不直接支持 Berkeley DB,但为许多数据库提供 JDBC 驱动程序,
You could try DbVisualizer.
DbVisualizer doesn't directly support the Berkeley DB, but does provide JDBC drivers for many databases,
您可以使用执行查询来连接 Berkeley DB。它是一个免费软件。您可以从 http://executequery.org 获取发行版
You can use Execute Query to connect Berkeley DB. Its is a free software. You can get the distribution from http://executequery.org
这是一个非常简单的浏览器。不过需要编译。
https://github.com/ferruccio/bdbvu
Here is an extremely simple browser. Needs to be compiled though.
https://github.com/ferruccio/bdbvu
我快速搜索了一下,但没有找到任何东西。
我认为您在寻找数据浏览器时不会有很多运气,因为每个数据库条目中的值的格式都是可变的。例如,它可能是原始数据、由默认 Java 序列化写出的数据,或者实现 可外部化。
I did a quick search and didn't find anything.
I don't think you're going to have a lot of luck looking for a data browser, because the format of the value in each database entry is going to be variable. For example, it might be primitive data, data written out by the default Java serialization, or a custom format for an instance of a class which implements Externalizable.