prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

Add PooledConnection::manager() #429

Closed tomhoule closed 1 year ago

tomhoule commented 1 year ago

This is a new method that lets you get a reference to the connection's manager from a PooledConnection.

In my use case, this is relevant as way to get to the ConnectionInfo for the connection.