[Twisted-Python] SQL Abstraction Layer

Paul G paul-lists at perforge.com
Tue Jan 17 08:44:31 EST 2006


----- Original Message ----- 
From: "David Blewett" <david at dawninglight.net>
To: <twisted-python at twistedmatrix.com>
Sent: Tuesday, January 17, 2006 8:14 AM
Subject: [Twisted-Python] SQL Abstraction Layer


>I was reading through the enterprise module in twisted, and then I came 
>across this website:
>
> http://www.penguin.cz/~ondrap/sqlabstr.php
>
> It makes using SQL in Python much more readable. I was thinking that it 
> would be nice to incorporate some of the functionality of this module. It 
> has more than would probably be necessary (creating classes dynamically 
> from the schema in the underlying database for example), but I think it 
> would make a nice addition to the enterprise module.
>
> Any thoughts?

sqlalchemy's 'query building' looks to be doing the same job better, imo. it 
also supports more than just postgres. there was an example of integrating 
it with twisted earlier in the thread for this type of usage.

-p 





More information about the Twisted-Python mailing list