show/hide this revision's text 3 Clarification

We've been trying db4o for persisting objects on the compact framework. It works very well from our tests so far. However, it appears they are on the expensive side for small startups with minimal units needed.

Does anyone know of any similar object databases for the compact framework? How about a true open source one that is free for commercial use? :)

Thank you.

EDIT: We're really looking for an object database. We don't want to create our own persistence framework at this point and would prefer being able to just save/retrieve the actual object trees.

show/hide this revision's text 2 added 202 characters in body

We've been trying db4o for persisting objects on the compact framework. It works very well from our tests so far. However, it appears they are on the expensive side for small startups with minimal units needed.

Does anyone know of any similar object databases for the compact framework? How about a true open source one? :)

Thank you.

EDIT: We're really looking for an object database. We don't want to create our own persistence framework at this point and would prefer being able to just save/retrieve the actual object trees.

show/hide this revision's text 1

Any competitors to db4o on compact framework?

We've been trying db4o for persisting objects on the compact framework. It works very well from our tests so far. However, it appears they are on the expensive side for small startups with minimal units needed.

Does anyone know of any similar object databases for the compact framework? How about a true open source one? :)

Thank you.