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