-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I have been using mybatis for development before, and I like the rbatis library very much. I found that the html_sql file method requires multiple imports of files. Can this be supported at the module?
#[html_sql("example.html")]
mod user{
async fn select_1(rb: &impl Executor)-> rbatis::Result<Vec<User>>{
impled!()
}
async fn select_2(rb: &impl Executor)-> rbatis::Result<Vec<User>>{
impled!()
}
async fn select_3(rb: &impl Executor)-> rbatis::Result<Vec<User>>{
impled!()
}
}
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed