Re: App Engine support

2009-08-30 Thread sjtirtha
Hi, I'm starting using CouchDB with Python. Django db models always work with Queries. I can understand this, because SQL is a query language. However, the non sql DBs do not always have the concept of queries. For example, in CouchDB all CRUD operation is process via HTTP request. Create operati

Re: App Engine support

2009-08-30 Thread sjtirtha
Hi, I have another requirement for non sql DB support in Django, which I think will be very applicable. Most of the current applications do not use 100% non sql DB for the data storage. Most of them still mix SQL and non SQL DB as data storage. Because both of them should not compete against one