Berkeley DB 的 GUI

发布于 2024-08-19 11:41:54 字数 1539 浏览 5 评论 0原文

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

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

发布评论

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

评论(4

兮子 2024-08-26 11:41:54

您可以尝试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,

陌伤ぢ 2024-08-26 11:41:54

您可以使用执行查询来连接 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

流云如水 2024-08-26 11:41:54

这是一个非常简单的浏览器。不过需要编译。

https://github.com/ferruccio/bdbvu

Here is an extremely simple browser. Needs to be compiled though.

https://github.com/ferruccio/bdbvu

夏日浅笑〃 2024-08-26 11:41:54

我快速搜索了一下,但没有找到任何东西。

我认为您在寻找数据浏览器时不会有很多运气,因为每个数据库条目中的值的格式都是可变的。例如,它可能是原始数据、由默认 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.

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