Description
Connects Python applications to MySQL-compatible databases without a compiled extension. It helps programs run SQL, manage transactions, fetch rows, and integrate MySQL access into Python services or scripts.
Database code can expose or change critical data. Use parameterized queries, least-privilege users, TLS where appropriate, and tested transaction handling.