An experiment/example to check how correctly use sqlx
, tokio
, try_next
and the while let
to
get multiple rows from a Postgres database. This example doesn't use any iced
, as it is aimed at
demonstrating the most common crud operations with sqlx::postgres
.
This is part of the Master Iced Book.
Still to do: UPDATE and DELETE