weiznich / diesel_async

Diesel async connection implementation
Apache License 2.0
656 stars 81 forks source link

AsyncConnectionWrapper: Implement `Deref<Target = C>` #194

Closed Turbo87 closed 3 weeks ago

Turbo87 commented 4 weeks ago

This allows us to use an AsyncConnectionWrapper instance with sync and async queries, which should slightly ease the migration from sync to async.