Description
Access MySQL or MariaDB databases from Python asyncio applications without blocking the event loop. It helps web services and workers run database queries alongside other asynchronous tasks.
Database access can read or modify important data. Use restricted credentials, parameterized queries, and transaction handling suited to the application.