eaze / tide-sqlx

Tide middleware for SQLx pooled connections & transactions
https://crates.io/crates/tide-sqlx
Other
40 stars 9 forks source link

Accessing pool? #17

Open maxcountryman opened 2 years ago

maxcountryman commented 2 years ago

It would be nice to be able to access the connection pool directly such that this kind of function can be invoked via the request context.

ericsampson commented 2 years ago

Would you be interested in working on a PR? :)