refactor: ♻️ project structure

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-30 19:36:20 +03:00
parent a8fe214308
commit 085f8baee0
4 changed files with 16 additions and 8 deletions

4
src/database/user.rs Normal file
View file

@ -0,0 +1,4 @@
async fn create_user() {}
async fn read_user() {}
async fn update_user() {}
async fn delete_user() {}