[sqlalchemy] sqla on app engine?

2011-10-08 Thread Iain Duncan
Hey folks, just saw the announcement that google appengine now has an sql backend: http://code.google.com/apis/sql/ I don't know near enough about app engine to understand whether this means we could use SQLAlchemy on it now, would love to hear from those who do! thanks Iain -- You received

Re: [sqlalchemy] sqla on app engine?

2011-10-08 Thread Michael Bayer
we have a ticket from a ways back referring to the task of getting this to work on GAE: http://www.sqlalchemy.org/trac/ticket/1958 I was having some communication with Wesley Chun at the time but somehow the task fell by the wayside. However, the good news is that we're in very good shape to

Re: [sqlalchemy] sqla on app engine?

2011-10-08 Thread Iain Duncan
Awesome, thanks for the update MIke. Iain On Sat, Oct 8, 2011 at 1:52 PM, Michael Bayer mike...@zzzcomputing.comwrote: we have a ticket from a ways back referring to the task of getting this to work on GAE: http://www.sqlalchemy.org/trac/ticket/1958 I was having some communication with

Re: [sqlalchemy] sqla on app engine?

2011-10-08 Thread Thomas G. Willis
you can run unittests against the sdk. there's a couple of setup things that have to be done though. I use the NoseGAE plugin for it. I don't think sql on gae is available in the sdk yet so there's not really much that can be done at the moment. When it does become available I'd be happy to