Expand description
MySQL database connection management module.
This module provides functionality for establishing and managing connections to a MySQL database using connection pooling. It handles connection initialization and pooling configuration using SQLx.
The connection pool automatically handles connection lifecycle, reconnection, and connection distribution across multiple requests.
Structs§
- Represents a MySQL database connection manager.
Type Aliases§
- Type alias for the MySQL connection pool.