Type Definition sqlx::MySqlPool[][src]

type MySqlPool = Pool<MySql>;
This is supported on crate feature mysql only.

An alias for Pool, specialized for MySQL.