Re: Django ORM support for NoSql databases

2013-12-17 Thread Alex Burgel
On Tuesday, December 17, 2013 12:16:04 PM UTC-5, Aymeric Augustin wrote: > > Django’s ORM is entirely designed to translate between an object oriented > API and SQL. That’s what its name says. It achieves this through roughly > five layers that bride the abstraction gap. > > Django’s ORM is fund

Re: Specifying the field index types

2013-10-02 Thread Alex Burgel
gt; On Wednesday, October 2, 2013 1:19:31 PM UTC-4, Alex Burgel wrote: >> >> This is something that I'd also be interested in. For the Google App >> Engine backend, you have the ability to create indexes that require more >> configuration than just on/off. But I don&#

Re: Specifying the field index types

2013-10-02 Thread Alex Burgel
This is something that I'd also be interested in. For the Google App Engine backend, you have the ability to create indexes that require more configuration than just on/off. But I don't think a single additional field would do the trick for my case. Another option would be to open up the Meta c

Re: Thinking about NoSQL support

2013-09-08 Thread Alex Burgel
On Sunday, September 8, 2013 2:20:56 AM UTC-4, Benjamin Zuill-Smith wrote: > The django-nonrel project is alive and looking for contributors. >> > > Hi Alex, thanks for responding. I guess I was concerned by the lack of > commits lately, but looks like it's still alive and kicking by your post.

Re: Thinking about NoSQL support

2013-09-06 Thread Alex Burgel
On Thursday, September 5, 2013 4:12:26 PM UTC-4, Benjamin Zuill-Smith wrote: > I've recently discovered Django and would love this framework in tandem > with a NoSql solution like MongoDB. I know there is project called > mongodb-engine but the solutions it brings feel hackish to me because it i

Re: Django+GoogleAppengine(datastore)

2013-06-06 Thread Alex Burgel
On Thursday, June 6, 2013 2:53:17 AM UTC-4, Rishi Kumar wrote: > > so can somebody help me on this.i need the details of django setup with > full funtionality of datastore,as we have with webapp2 framework. > Ask on the django-nonrel list. We have a django backend which works with the app engine