Jan Najman
Cílem mé práce je vytvořit aplikaci na android, která uživateli umožní prohlížet a ukládat dostupné anime.
Konečný návrh má:
sqlx::query_as!( Self, r#"select mal_id, name, image_url, image_path, status as "status: Status" from list_entries where mal_id = ?"#, mal_id ) .fetch_one(pool) .await