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
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
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?
>
> 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
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
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
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
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