pub type ConnectionPool = Pool<MySql>;Expand description
Type alias for the MySQL connection pool.
This pool manages multiple connections to the MySQL database, handling connection lifecycle and distribution automatically.
Aliased Typeยง
struct ConnectionPool(/* private fields */);