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,5 @@ async fn create_interaction() {}
async fn read_interaction() {}
async fn update_interaction() {}
async fn delete_interaction() {}
async fn count_interactions_of_a_user() {}
async fn count_interactions_of_a_post() {}