In the middle of the night
2007-03-04 01:24:58 by Fabio FornoIt's a pity that Twisted hasn't a decent support for asynchronous db api. All you can do is to wrap transactions in separate thread taken from a thread pool, and you if you are used to the cleanness of twisted APIs it is really pain in the ass.
Update: an interesting link about ZODB vs SQLite: ZODB is far superior in terms of locking capabilities, though it has some drowbacks too. Take a look also at the comments, since there are many interesting links.