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. > The sAsync project at http://foss.eepatents.com/sAsync/ seems ideally > suited for this but I haven't seen any comments about it here. > 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 -~----------~----~----~----~------~----~------~--~---
