mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Move RefExecutor
into a now public executor
module
This commit is contained in:
parent
d5a20e2358
commit
f7fd83381d
@ -11,7 +11,7 @@ pub use sqlx_core::connection::{Connect, Connection};
|
||||
pub use sqlx_core::cursor::Cursor;
|
||||
pub use sqlx_core::database::{self, Database};
|
||||
pub use sqlx_core::describe;
|
||||
pub use sqlx_core::executor::{Execute, Executor, RefExecutor};
|
||||
pub use sqlx_core::executor::{self, Execute, Executor};
|
||||
pub use sqlx_core::pool::{self, Pool};
|
||||
pub use sqlx_core::query::{self, query, Query};
|
||||
pub use sqlx_core::query_as::{query_as, QueryAs};
|
||||
|
Loading…
x
Reference in New Issue
Block a user