Adriano has just published a very cool article demonstrating how to implement an interactive query console using Linq for db4o:

In this post we'll implement a very basic Linq Console application that supports "ad hoc" queries allowing users to enter Linq queries and run them against a db4o database. Our main goal is to show how such mechanism can be implemented on top of Linq/Db4o.

Check it out!