Skip to content

Commit

Permalink
Update sea-orm-migration/src/cli.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Dec 27, 2024
1 parent 171f206 commit 6257539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-migration/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ where
run_cli_with_connection(migrator, Database::connect).await;
}

/// Same as [`run_cli`] but you crate the [`DbConn`] yourself.
/// Same as [`run_cli`] where you provide the function to create the [`DbConn`].
///
/// This allows configuring the database connection as you see fit.
/// E.g. you can change settings in [`ConnectOptions`] or you can load sqlite
Expand Down

0 comments on commit 6257539

Please sign in to comment.