Skip to content

Diesel-Async 0.4.1

Compare
Choose a tag to compare
@weiznich weiznich released this 01 Sep 10:18
· 143 commits to main since this release
v0.4.1
ec38eca
  • Add a AsyncConnectionWrapper type to turn a diesel_async::AsyncConnection into a diesel::Connection. This might be used to execute migrations via diesel_migrations.
  • Add some connection pool configurations to specify how connections
    in the pool should be checked if they are still valid