user database operations

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-01 22:17:38 +03:00
parent 085f8baee0
commit 36c72cee4a
11 changed files with 110 additions and 5 deletions

View file

@ -2,3 +2,4 @@ async fn create_post() {}
async fn read_post() {}
async fn update_post() {}
async fn delete_post() {}
async fn count_posts_of_a_user() {}