Axum Postgres dynamic parameters example An example for trying to get constructing query parameters dynamically to work with Axum. Based on the Axum tokio-postgres example. The solution for dynamic query params is taken from this rust-postgres issue. It works!