I want to have a schema-free database, with as little maintenance as possible. What do you guys think is the best choice right now, a real no-sql database system like MongoDB, or an API like Friendly, a schema-free library on top of MySQL?
I'm not worried right now with scalability nor performance, they're "nice to have".