[][src]Type Definition sqlx::MySqlPool

type MySqlPool = Pool<MySqlConnection>;
This is supported on feature="mysql" only.

An alias for Pool, specialized for MySQL.