pub async fn insert_or_update_block( db: &mut SqliteConnection, block: Block, ) -> Result<SqliteQueryResult>