Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommend a good db4o viewer [closed]

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.

like image 317
Matthew Groves Avatar asked Mar 09 '10 18:03

Matthew Groves


2 Answers

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.

like image 149
mnemosyn Avatar answered Nov 14 '22 02:11

mnemosyn


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.

like image 5
Vagaus Avatar answered Nov 14 '22 03:11

Vagaus