Allen Bierbaum ha scritto: > On 2/21/07, Manlio Perillo <[EMAIL PROTECTED]> wrote: >> Matt Culbreth ha scritto: >>> Howdy Group, >>> >>> I'm playing out with a few things now and I wanted to see if anyone >>> else has used SQLAlchemy in an asynchronous manner? For example, you >>> could create a service which responded to asynchronous requests for >>> data, and could be used by a web client, desktop client, other types >>> of clients, etc. >>> >> I'm using SQLAlchemy with Twisted, but I have implemented a custom wrapper: >> https://developer.berlios.de/projects/nadbapi/ >> >> The main feature is a better integration with SQLALchemy (the Engine >> class implements the Connectable interface). >> >> The version on berlios.de is a bit old, I have made some changes. > > Is the latest version available from revision control anywhere public? >
No, sorry. I'm using nadbapi in an important project, so I want to be sure to have a stable version before moving the repository to a public server. Regards Manlio Perillo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
