eaze / tide-sqlx

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

feat: From<Pool> for SQLxMiddleware #6

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

Allows a creating a middleware instance directly from an sqlx::Pool, which is useful if you want to apply arbitrary connection options or pool options. This saves us replicating all of that.