Closed Fishrock123 closed 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.
sqlx::Pool
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.