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