Skip to content

Commit

Permalink
Expose get_xxx_connection_pool by default #2233
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed May 23, 2024
1 parent 010433b commit 2b6e724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/database/db_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
///
Expand Down

0 comments on commit 2b6e724

Please sign in to comment.