mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
fix: comment in mysql should say mysql
This commit is contained in:
parent
9341cb8651
commit
f755da5afb
@ -4,7 +4,7 @@ use crate::mysql::{
|
|||||||
MySqlArguments, MySqlConnection, MySqlRow, MySqlTransactionManager, MySqlTypeInfo,
|
MySqlArguments, MySqlConnection, MySqlRow, MySqlTransactionManager, MySqlTypeInfo,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// PostgreSQL database driver.
|
/// MySQL database driver.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct MySql;
|
pub struct MySql;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user