3
votes
6answers
312 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 …
8
votes
12answers
568 views
Can anyone think of some good reasons *not* to use an Object-Oriented DBMS to back a website?
Say you're coding some kind of web application. Something where people can contribute content, e.g. a simple photo-sharing site.
How many good reasons can you think of to not go w …
2
votes
1answer
177 views
How do you do data management tasks in a Db4o Object Database?
I'm new to OODBMS systems, but I'm using Db4o on a new project for which it's perfectly suited. Things are going great and I really like the concept, but I'm struggling with how t …
