Tagged Questions
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 ...