v0.27.0
[0.27.0] - 2025-02-11
- runner: add
shutdown
method toDB
andAsyncDB
trait to allow for graceful shutdown of the database connection. Users are encouraged to callRunner::shutdown
orRunner::shutdown_async
after running tests to ensure that the database connections are properly closed.