Twistar: Twisted Active Record 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: * A thoroughly asynchronous API * Object validations (and support for the easy creation of new validation methods) *

