> You do make a good point. It's not just that NoSQL systems lack > features (transactions, schema, relations) that are common to SQL- > based systems
Actually most graph databases (such as neo4j) which are all considered NoSQL, have all those features you just mentioned (ACID, relations, schemas, etc.). At some point down the line I'd like to maybe use PostgresSQL, MongoDB and neo4j with the ORM. Maybe that's to much, maybe not. Maybe it's a bad idea, maybe not. We shall see ... -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
