On Tue, Jun 26, 2012 at 4:11 PM, Chris Northwood <cnorthw...@gmail.com>wrote:
> > Surely that's what it needs though, an 'ORM' and an 'Object-Document > Mapper' at some point. What's the advantage of trying to shoehorn > MongoDB to work with an ORM, when it's not relational, and as it has > to be hidden behind the same abstraction layer as a RDBMS, you lose > the benefits of it being non-relational? > > In my experience, a good bit of your document will map over to relational just fine, and vice versa. There is a lot of similarities between a ManyToMany and a list of foreign keys. The intersection of relational and non-relational, at least with Mongo, is pretty large. Of course with other non-relational DBs (admittedly a large variety of DBs) you milage will vary. Even if you look at the libraries like mongoengine, the documents and API are similar to the ORMs. Remember that mongo has foreignkeys in the form of objectids. > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.