rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
979 stars 195 forks source link

implement custom Drop for AsyncPoolClient so we can drop it in sync context #2479

Closed syphar closed 6 months ago

syphar commented 6 months ago

I just thought about another approach to #2476, which would be more generic so we can more easily use the async connection when we continue the sqlx migration.