Re: [SQLObject] google app engine backend

2008-04-26 Thread Jorge Vargas
On Wed, Apr 9, 2008 at 1:53 AM, Daniel Fetchinson <[EMAIL PROTECTED]> wrote: > Hi Oleg, this is mostly a question to you: > > Any interest in developing a google app engine backend for sqlobject? > Although the datastore they use is not really a relational database > there are lots of similariti

Re: [SQLObject] google app engine backend

2008-04-09 Thread Colin J. Williams
Daniel Fetchinson wrote: Any interest in developing a google app engine backend for sqlobject? See http://code.google.com/appengine/docs/datastore/ Only if someone does the job. And with the following caveats: -- I don't know if the docs provide enough information about low-level

Re: [SQLObject] google app engine backend

2008-04-09 Thread Sam's Lists
sqlobject could probably simulate joins the hard way as well.it might not be that bad performance wise at least for some apps in some cases. On Wed, Apr 9, 2008 at 2:27 PM, Daniel Fetchinson <[EMAIL PROTECTED]> wrote: > > Any interest in developing a google app engine backend for sqlobject? >

Re: [SQLObject] google app engine backend

2008-04-09 Thread Daniel Fetchinson
> Any interest in developing a google app engine backend for sqlobject? > See http://code.google.com/appengine/docs/datastore/ > >Only if someone does the job. And with the following caveats: > -- I don't know if the docs provide enough information about low-level >details; currently I see

Re: [SQLObject] google app engine backend

2008-04-09 Thread Sam's Lists
Just a side note...it would be really cool to be able to take my appmake a few changes and use google's cloud instead of mysql. :) On Wed, Apr 9, 2008 at 4:12 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > Hello. > > On Tue, Apr 08, 2008 at 10:53:19PM -0700, Daniel Fetchinson wrote: > > Any

Re: [SQLObject] google app engine backend

2008-04-09 Thread Colin J. Williams
Oleg Broytmann wrote: Hello. On Tue, Apr 08, 2008 at 10:53:19PM -0700, Daniel Fetchinson wrote: Any interest in developing a google app engine backend for sqlobject? See http://code.google.com/appengine/docs/datastore/ Only if someone does the job. And with the follo

Re: [SQLObject] google app engine backend

2008-04-09 Thread Oleg Broytmann
Hello. On Tue, Apr 08, 2008 at 10:53:19PM -0700, Daniel Fetchinson wrote: > Any interest in developing a google app engine backend for sqlobject? > See http://code.google.com/appengine/docs/datastore/ Only if someone does the job. And with the following caveats: -- I don't know if the docs pro

[SQLObject] google app engine backend

2008-04-08 Thread Daniel Fetchinson
Hi Oleg, this is mostly a question to you: Any interest in developing a google app engine backend for sqlobject? Although the datastore they use is not really a relational database there are lots of similarities and the GQL query language used it seems to me is a subset of SQL. See http://code.go