The module is a database-agnostic SQL frontend for the Python programming language.
Sqlmix executes queries in long-lived threads, with minimal overhead, and packages the results in deferred objects.
An adapter for the Twisted framework is included.
Here are some key features of "sqlmix":
· Common parameters for database setup (no more "db" vs. "database")
· Single-line SQL statements and single-row SELECTs0
· SELECT statements which can be used as iterators
· A common and clear syntax for placing values in SQL statements