MariaDB Connector/Python
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Programming Languages
Topics on this page:
Overview
Python developers can connect to MariaDB SkySQL through a native MariaDB Connector. Using MariaDB Connector/Python you can connect to MariaDB SkySQL to use and administer databases from within your Python application. Connector/Python is compliant with the Python Database API Specification v2.0 (PEP 249) .
Connector | MariaDB Connector/Python |
Supported Versions | |
Programming Language | Python |
Programming Language Version | Python 3 (CPython 3.7 or later) |
API | Python DB API 2.0 (PEP-249) |
Supports TLS | Yes |
Supports Connection Pools | Yes |
License | GNU Lesser General Public License v2.1 |
API Reference |
Compatibility
MariaDB Connector/Python is compatible with:
MariaDB SkySQL DBaaS
MariaDB Enterprise (including MariaDB Enterprise Server and MariaDB MaxScale)
MariaDB Community Server
Resources
Development with MariaDB Connector/Python (field information)
DML (SELECT, INSERT, UPDATE, DELETE)
DDL (ALTER TABLE, TRUNCATE TABLE)