sdb.dbapi is a Python module for SAP MaxDB databases. You can use this module to execute SQL statements in Python scripts.
Note
To use SAP MaxDB-specific functions in Python scripts, use the sdb.sql module.
sdb.dbapi implements the Python Database API Specification v2.0. This section describes only its differences to the Python Database API Specification v2.0. For more information, see http://www.python.org