sqlx has a built in connection pool: https://docs.rs/sqlx/latest/sqlx/pool/index.html. You use it like this:max_connections to 1, and use the Neon pooler host? Or create some amount of connections with the sqlx PgPool, and use the non-pooled Neon host? Or perhaps a combination of the two?sqlx maintainers. But wondering if you had any ideas off the bat. To further complicate this, the Rust code here will be running from AWS Lambda.