Skip to content

Commit

Permalink
add migrate for aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Dec 4, 2020
1 parent fa7f2af commit 85eba73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlx-core/src/aurora/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod connection;
mod database;
mod done;
mod error;
mod migrate;
mod options;
mod row;
mod statement;
Expand All @@ -18,7 +19,7 @@ pub use connection::AuroraConnection;
pub use database::Aurora;
pub use done::AuroraDone;
pub use error::AuroraDatabaseError;
pub use options::AuroraConnectOptions;
pub use options::{AuroraConnectOptions, AuroraDbType};
pub use row::AuroraRow;
pub use statement::AuroraStatement;
pub use transaction::AuroraTransactionManager;
Expand Down

0 comments on commit 85eba73

Please sign in to comment.