Asynchronous MySQL in Python: Twistar 1.0

Posted 18 Jun 2011 to python, twisted, twistar project and has Comments

After a few more updates and contributions, I’ve finally decided to release version 1.0 of Twistar. The recent work and contributions have brought it in line with what I consider to be a feature rich enough library ready for a version one release.

Description from the website:

Twistar is a Python implementation of the active record pattern (also known as an object-relational mapper or ORM) that uses the Twisted framework’s RDBMS support to provide a non-blocking interface to relational databases.

Twistar currently features:

For more information, check out the website or the github page.