Expose get_xxx_connection_pool by default #2233

This commit is contained in:
Chris Tsang 2024-05-23 14:07:09 +02:00
parent 010433bf16
commit 2b6e72474a

View File

@ -499,8 +499,6 @@ impl DatabaseConnection {
}
}
#[cfg(feature = "sea-orm-internal")]
#[cfg_attr(docsrs, doc(cfg(feature = "sea-orm-internal")))]
impl DatabaseConnection {
/// Get [sqlx::MySqlPool]
///