[Soc2006] Pure Python SQL API
Karol Pietrzak
kap4020 at rit.edu
Fri May 5 03:53:14 CEST 2006
On Thursday 04 May 2006 15:29, Ian Bicking wrote:
> I don't know the details, but Twisted does have an interface for
> asynchronous database access. I assume the queries are ordered, it's
> just that you don't block waiting for them to complete.
Yes, it looks Twisted has an async DB interface [1]. I think the "Pure Python
SQL API" project should provide a simple, sync API, just like JDBC.
Additionally, binary compatibility in Python must be of the utmost importance
so that there are closed-source drivers for, say, Oracle DB.
[1] http://twistedmatrix.com/projects/core/documentation/howto/enterprise.html
--
Karl Pietrzak
kap4020 at rit.edu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.python.org/pipermail/soc2006/attachments/20060504/60bf5ce2/attachment.pgp
More information about the Soc2006
mailing list