This python module is a wrapper module for any DBAPI 2 compatible database module. It wraps all functions and methods of the origional module and forces the return of deferreds instead. tada can therefore be considered to be almost DBAPI compatible as it inherits the compatiblity level of the wrapped module, but returns twisted deferreds.