From 2b6e72474aad9ae37d410a55d4af28173c9dd73d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 23 May 2024 14:07:09 +0200 Subject: [PATCH] Expose `get_xxx_connection_pool` by default #2233 --- src/database/db_connection.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/database/db_connection.rs b/src/database/db_connection.rs index 75970c20..0981c3ca 100644 --- a/src/database/db_connection.rs +++ b/src/database/db_connection.rs @@ -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] ///