Perform a SELECT on the query result.
try await database.database .from("countries") .upsert(CountryModel(id: 1, name: "Algeria")) .select() .execute()