Database: relational/not relational/object oriented... What to choose?
- by Damian
I'm porting a website that I made for app engine to run on a dedicated server. It is coded in java and I'm looking for a database to replace google datastore.
My first thougt was MySql because everybody uses it, but i dont like SQL and I think I would feel more comfortable using OODB or anything else.
With google datastore I could modify my…