pub async fn with_postgres<F, Fut>(f: F) -> Result<()>where F: Fn(SqlxDatabase) -> Fut + Send + Sync + 'static, Fut: Future<Output = Result<()>> + Send + 'static,
This function can be used to run some test code with a postgres database