I have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database?
views:
48answers:
1
+2
A:
Hi.
None that I'am aware of.
But it should not be to hard to write one. You can use ObjectContainer.Ext().KnownClasses() method.
Vagaus
2010-06-11 16:00:58