Use Google AppEngine datastore outside of AppEngine project

Posted by Holtwick on Stack Overflow See other posts from Stack Overflow or by Holtwick
Published on 2009-07-19T10:48:19Z Indexed on 2010/03/13 7:25 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

For my little framework Pyxer I would like to to be able to use the Google AppEngine datastores also outside of AppEngine projects, because I'm now used to this ORM pattern and for little quick hacks this is nice. I can not use Google AppEngine for all of my projects because of its's limitations in file size and number of files.

A great alternative would also be, if there was a project that provides an ORM with the same naming as the AppEngine datastore. I also like the GQL approach very much, since this is a nice combination of ORM and SQL patterns.

Any ideas where or how I might find such a solution? Thanks.

© Stack Overflow or respective owner

Related posts about python

Related posts about orm