実行方法 postgresqlのサーバを用意します。 cargo install sqlx-cliを実行します。 $DATABASE_URLを設定します。 sqlx database createを実行します。 sqlx migrate runを実行します。 cargo runを実行します