hey Jeff -

great job, I am excited as well.  You might have noticed the proxyengine
already got simpler due to the refactorings I did yesterday, and I also
would like to abstract away the whole "oid column" thing some more so its
not so intrusive.

Also looking forward to seeing some more activity with the ActiveMapper, I
know Jonathan LaCour will be getting back from Pycon so we should flesh it
out some more and maybe get some docs going (I can format the docs if
someone provides the content).

- mike



Jeff Watkins wrote:
> In order to support frameworks like TurboGears, I've refactored the
> ProxyEngine class into BaseProxyEngine and ProxyEngine. The
> BaseProxyEngine merely provides all the proxying logic, while
> ProxyEngine provides the thread-local storage aspect needed for WSGI.
>
> In addition, I added an AutoConnectEngine. You specify the normal
> create_engine parameters, however, the dburi parameter can be a
> callable. So you can define all your classes before you know what the
> dburi parameter should be.
>
> Finally, if Kevin "Dangerous" Dangoor permits, I'll commit basic
> support for SQLAlchemy to the TurboGears framework. This will allow
> you to declare a PackageEngine (think AutoConnectEngine that pulls
> it's dburi from a CherryPy config file) and be assured that your unit-
> of-work will be committed if the request is successful.
>
> I'm really excited about using SQLAlchemy with TurboGears --
> especially combined with the ActiveMapper code. I've already made
> good progress putting together a sample application.
>
> --
> Jeff Watkins
> http://newburyportion.com/
>
> "Not everything that can be counted counts, and not everything that
> counts can be counted."
> -- Albert Einstein
>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to