I have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database?
Asked
Active
Viewed 185 times
3
-
1Afaik no. But I going to write one in the next few weeks for a little pet project of mine for .NET – Gamlor Jun 11 '10 at 16:58
-
I'd be interested in looking at that if you decide to release it. – dommer Jun 11 '10 at 17:27
-
Ok, I'll notify you when I've got a working prototype. – Gamlor Jun 11 '10 at 18:30
1 Answers
2
None that I'am aware of.
But it should not be to hard to write one. You can use ObjectContainer.Ext().KnownClasses() method.

Vagaus
- 4,174
- 20
- 31