3

I have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database?

dommer
  • 19,610
  • 14
  • 75
  • 137

1 Answers1

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