Background documentationPython Locate this document in the navigation structure

 

With the SAP MaxDB Python modules, you can use Python scripts to access SAP MaxDB databases and the database tools Database Manager and Loader.

SAP MaxDB Python Modules

Name

Programming Interface

Use

sdb.dbapi Module

SQL

Executing SQL statements

(implements the Python Database API Specification v2.0)

sdb.sql Module

SQL

Executing SQL statements

(SAP MaxDB-specific)

sdb.dbm Module

Database Manager

Managing databases (executing DBM commands)

sdb.loader Module

Loader

Importing and exporting data (executing Loader commands and SQL statements)

More Information

Python Manual