shopless_database::orders
pub async fn insert<'e, '_, '_>( order: &'_ NewOrder<'_>, conn: impl RefExecutor<'e, Database = Postgres> + Send + 'e) -> Result<Order, Error>