sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.42k stars 436 forks source link

tokio-pgpool #1092

Closed greg-nagy closed 7 months ago

greg-nagy commented 7 months ago

Would you accept a pr with a tokio-postgres specific connection pool that's performance focused?

(assuming the code is good enough)

sfackler commented 7 months ago

That seems like a thing that could live in a separate repo.

greg-nagy commented 7 months ago

Ack

Thx 🙏