[][src]Type Definition sqlx::mysql::MySqlPool

type MySqlPool = Pool<MySqlConnection>;

An alias for Pool, specialized for MySQL.