Hi, On Mar 29, 7:17 pm, Ricardo Bánffy <rban...@gmail.com> wrote: > It would be more on the lines of the first one. I guess folks intent > to pretend, as much as possible, that we are running vanilla Django - > and, perhaps, deploy to a RDBMS and only move to a non-relational > store if the app is successful enough.
If you want to write a backend please join the Django-nonrel discussion group: http://groups.google.com/group/django-non-relational We can help you with getting started and mentor you through the process of creating such a backend. Our long-term plan is to add an emulation layer which supports many of the most useful RDBMS features (with eventual consistency, though). However, some features absolutely can't be emulated on non-relational DBs. For example, unique and unique_together (and almost any other integrity and transactional code) are impossible to implement. So, unless you have very simple DB code you can't easily switch from an RDBMS to NoSQL without major changes. Bye, Waldemar Kornewald -- http://www.allbuttonspressed.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.