[][src]Type Definition sqlx::MySqlPool

type MySqlPool = Pool<MySql>;

An alias for Pool, specialized for MySQL.