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 similarities and the GQL query language used it
>  seems to me is a subset of SQL.
>
>  See http://code.google.com/appengine/docs/datastore/
>
sorry to be the pessimist here but I really don't see the point.
SQLObject is an Object relational mapper, that is link a relation db
to python objects, bigtable is an object db. therefore you will be
going from object to relations to objects which makes little sense.

IMO, the Bigtable engine makes things like SQLObject and SQLAlchemy
irrelevant in google's storage as their purpose is to easy the
transition of the joins, and tables, in Bigtable you can have list
attributes as a buildin type and the queries are so simple you really
don't need an ORM.

If something is to be implemented in appengine is a SQLObject-like
interface where you can manipulate objects and their changes become
permanent on the storage. Which IMO will be better to just start from
scratch as SO depends way too much on the relational patterns.

>  Just a thought,
>  Daniel
>
>  -------------------------------------------------------------------------
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  _______________________________________________
>  sqlobject-discuss mailing list
>  sqlobject-discuss@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to