Description
Provides a MySQL and MariaDB client interface for Python 3. It helps applications connect to relational databases, run queries, and read or write records through the MySQL client library.
Database access can expose or modify production data. Protect credentials, use parameterized queries, and review migrations or write operations carefully.