user database operations
This commit is contained in:
parent
085f8baee0
commit
36c72cee4a
11 changed files with 110 additions and 5 deletions
|
@ -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() {}
|
Loading…
Add table
Add a link
Reference in a new issue