3
votes
6answers
327 views
How to design many-to-many relationships in an object database?
I thought it was about time to have a look at OO databases and decided to use db4o for my next little project - a small library.
Consider the following objects: Book, Category.
A Book can be in 0-n …
6
votes
4answers
369 views
best open source ODBMS for java
Could you advise the best open source ODMBS (object oriented database management system) for Java application?
I understand that usually there is no one definite answer for such questions. So the …
