Tagged Questions

7
votes
6answers
1k 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 ...
3
votes
5answers
1k views

Is there a pure object database for PHP?

I'm interested in knowing if there is a pure object oriented database for PHP. Something similar to zodb for Python. I'm not really looking for an object-relational mapper. So no active record ...