bikeshedder / deadpool

Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k stars 137 forks source link

Add error variant to deadpool_diesel::Error for diesel errors #366

Open bikeshedder opened 1 week ago

bikeshedder commented 1 week ago

As of now it's impossible to return a diesel error from a hook because deadpool-diesel uses a custom error type unlike the other deadpool implementations which just use the error type of the backend.