sAsync: SQLAlchemy Made Asynchronous
----------------------------------------
http://foss.eepatents.com/sAsync/

"sAsync offers asynchronous access to the outstanding SQLAlchemy package
by Michael Bayer. It also provides SQLAlchemy enhancements including
persistent dictionaries, text indexing and searching, and an access
broker for conveniently managing database access, table setup, and
transactions. Everything can be run in an asynchronous fashion using the
Twisted framework and its deferred processing capabilities."

As the site goes on to say, this package is very much a work in
progress, and it's not even close to a release yet. It has only the
beginning of a test suite, none of the planned searching capability is
close to working, and it needs some more packaging work, for starters.
However, you can browse the package source files from the current SVN
trunk on the Trac site, or check out the current SVN trunk as follows:

svn co svn://eepatents.com/var/svn/sasync/trunk sasync

I very much hope that SQLAlchemy and Twisted users (especially those
interested in the integrated use of both projects) will offer
submissions. That can be done by creating tickets with uploaded files,
editing the Wiki page http://foss.eepatents.com/sAsync/wiki/Submissions,
or (if you're serious about this), by requesting and obtaining SVN
commit privileges for the project from me.

It would be great to see some collaborate work getting done on this. I'm
also interested in whether this would be a prospect for an add-on to SA
itself rather than a separately maintained package.

Best regards,
Ed Suominen


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to