Struct r2d2_mysql::pool::MysqlConnectionManager
[−]
[src]
pub struct MysqlConnectionManager {
// some fields omitted
}Methods
impl MysqlConnectionManager
fn new(params: &str) -> Result<MysqlConnectionManager, Error>
Creates a new MysqlConnectionManager.
See postgres::Connection::connect for a description of the parameter
types.