refactor: ♻️ project structure
This commit is contained in:
parent
a8fe214308
commit
085f8baee0
4 changed files with 16 additions and 8 deletions
4
src/database/user.rs
Normal file
4
src/database/user.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
async fn create_user() {}
|
||||
async fn read_user() {}
|
||||
async fn update_user() {}
|
||||
async fn delete_user() {}
|
Loading…
Add table
Add a link
Reference in a new issue