From myNoSQL:
Since CouchDb is inherently unstructured, there's no global schema that you manage to control your data's structure. That's often a good thing, because it gives you flexibility, but it can also cause problems, for example when you want to access documents without handling against all sorts of different "versions" of your document you might have. no more ORM.
Tagged: #couchdb #nosql #databases #orm