how to close underlying connection pool being used by drizzle?
hello all,
in my test cases i have those before and after hooks:
however the try/catch seems to be ineffective.
it always ends up like this:
comparing the code with a similar one made with knex, knex offers a destroy method.
is there anything similar in drizzle so i can close connections before shut down the test container?
any tip is welcome, thanks in andvance.
1 Reply
oh, nevermind,
db is the drizzle instance.