shopless_database::orders
pub async fn fetch<'e>( id: i64, conn: impl RefExecutor<'e, Database = Postgres> + Send + 'e) -> Result<Option<Order>, Error>