API Reference
MariaDB Connector/Python API reference covers the module, connection class, cursor class, async/await support, connection pooling, and constants used in Python database applications.
Last updated
Was this helpful?
MariaDB Connector/Python API reference covers the module, connection class, cursor class, async/await support, connection pooling, and constants used in Python database applications.
The MariaDB Connector/Python module
connect() - Synchronous connection
asyncConnect() - Asynchronous connection (New in 2.0)
create_pool() - Synchronous connection pool (New in 2.0)
create_async_pool() - Asynchronous connection pool (New in 2.0)
Last updated
Was this helpful?
Was this helpful?

