After 4 years of using MySql for most php projects, I’m starting to realize that the way mysql stores data is not something I particularly like.
So I’m wondering if there are any “tree style” alternatives out there that store data in a fashion like this “user/blog/blogposts/blogpost1” for example?
Ideally it should be free and supported by php.
I’ve tried some googling but it has been rather fruitles.
Thanks for your time!
Maybe you will like http://en.wikipedia.org/wiki/MongoDB ?