We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7f2af commit 85eba73Copy full SHA for 85eba73
sqlx-core/src/aurora/mod.rs
@@ -4,6 +4,7 @@ mod connection;
4
mod database;
5
mod done;
6
mod error;
7
+mod migrate;
8
mod options;
9
mod row;
10
mod statement;
@@ -18,7 +19,7 @@ pub use connection::AuroraConnection;
18
19
pub use database::Aurora;
20
pub use done::AuroraDone;
21
pub use error::AuroraDatabaseError;
-pub use options::AuroraConnectOptions;
22
+pub use options::{AuroraConnectOptions, AuroraDbType};
23
pub use row::AuroraRow;
24
pub use statement::AuroraStatement;
25
pub use transaction::AuroraTransactionManager;
0 commit comments