[][src]Type Definition sqlx::MySqlPool

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

An alias for crate::pool::Pool, specialized for MySQL.