Skip to content

Commit

Permalink
add seaorm
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Oct 13, 2023
1 parent 9d0eaeb commit aaf8419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub fn get_user_selected() -> Result<Option<UserSelected>> {
let db_conn_types = &[
t!("db_conn_types_sqlx"),
// t!("db_conn_types_diesel"),
// t!("db_conn_types_sea_orm"),
t!("db_conn_types_sea_orm"),
// t!("db_conn_types_rbatis"),
t!("db_conn_types_nothing"),
// "custom",
Expand Down

0 comments on commit aaf8419

Please sign in to comment.