pub async fn insert_or_update_comment( db: &mut SqliteConnection, comment: Comment, ) -> Result<SqliteQueryResult>