[][src]Type Definition sqlx::MySqlPool

type MySqlPool = Pool<MySqlConnection>;

An alias for Pool, specialized for MySQL.