Hi folks, I am too very fond of non-SQL databases (no fixed schema, built-in replication, built-in webserver, RESTful API, etc.). So far, in order to use Django with CouchDB here is what I have come across so far
- http://lethain.com/entry/2008/aug/18/an-introduction-to-using-couchdb-with-django/ - http://couchdbkit.org/docs/formalchemy.html - http://couchdbkit.org/docs/django-extension.html >From my pov, having native support for non-SQL databases with Django would totally rock! Initially I was very skeptical too (I have been using MySQL/PostgreSQL/Oracle for more than five years now) but after I got to know CouchDB, I am convinced that using a non-SQL database is often a lot better (save me lot of time, easier data modeling, way better for web apps than SQL databases, etc.). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---