推荐一个好的db4o查看器

发布于 2024-08-24 15:58:08 字数 284 浏览 10 评论 0原文

我正在使用 db4o,并且我有 Visual Studio 的对象管理器查看器。看起来不错,但与 HeidiSQL/SQL Studio/等工具不完全一样,更不用说它锁定了 db4o 文件——我无法同时使用我的 db4o 应用程序和对象管理器。

也许我用错了,但无论如何,我想知道还有什么。您推荐使用哪些工具来查看和操作 db4o 文件?

更新:我一直在使用 LINQPad。虽然涉及到一些牦牛剃毛,但效果很好。就 HeidiSQL/SQL Studio 等应用程序中的可用功能而言,它仍然有很多不足之处,但它是一个开始。

I'm playing around with db4o, and I have the Object Manager viewer thingy for Visual Studio. It seems okay, but not exactly on par with tools like HeidiSQL/SQL Studio/etc., not to mention that it locks the db4o file--I can't use my db4o app and Object Manager at the same time.

Maybe I'm using it wrong, but regardless, I'd like to know what else is out there. What tools would you recommend for looking at and manipulating db4o files?

UPDATE: I've been using LINQPad. There is some yak-shaving involved, but it's working pretty well. It still leaves a lot to be desired in terms of the functionality available in applications like HeidiSQL/SQL Studio/etc., but it's a start.

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

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

发布评论

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

评论(3

断舍离 2024-08-31 15:58:08

我建议您首先使用 LINQPad

Gamlor 有关于如何将 LINQPad 与 db4o 结合使用的精彩教程。您需要对其进行一些修改,以便使用客户端-服务器访问(从而不锁定您的数据库)。

我不想在这里重新发布他的代码,因为我认为这毫无意义,而且他也是这里的用户,不想赢得他的桂冠。

对我来说,LINQPad 似乎是最好的方法,还因为我可以在我的服务器上使用它,而我在服务器上由于明显的原因会遇到 OME 问题。

I suggest you use LINQPad as a first start.

Gamlor has a great tutorial on how to use LINQPad with db4o. You'll need to modify that a bit so you use client-server access (thus not locking your db).

I don't want to re-post his code here, because I think it's pointless and he's also a user here, don't wanna win his laurels.

For me, LINQPad seems to be the best approach, also because I can use it on my server, where I'd be having trouble with OME for obvious reasons.

妄断弥空 2024-08-31 15:58:08

我们已经讨论了将某种“交互式 LINQ 查询”集成到对象管理器(当然是 .Net :) 中。

如果您认为这是一个不错的功能,请在此处对该问题进行投票。

此外,欢迎任何有关如何改进对象管理器的意见。

We have discussed integrating some kind of "interactive LINQ query" into Object Manager (.Net of course :).

If you think this would be a nice feature, please vote in the issue here.

Also, any input on how to improve Object Manager is welcome.

苏辞 2024-08-31 15:58:08

我也是。我已经使用 DB4O 几年了,发现对象管理器很笨拙,而且经常有错误(有时它根本无法打开我的大型 DB4O 数据库)。

不幸的是,我知道没有其他选择。

Me too. I've been using DB4O for a few years, and have found the Object Manager clumsy, and often buggy (sometimes it won't open my large DB4O database at all).

I know of no alternatives, unfortunately.

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