Question About Releasing Database Pool Connection in Example Code
Not sure if that's the right question to ask, but is the db pool connection released at some point here? Or would there need to be some additional code to release it?
The code i'm looking at here is from there: https://github.com/Effect-TS/effect/blob/main/packages/sql-mysql2/examples/statement-transform.ts
The code i'm looking at here is from there: https://github.com/Effect-TS/effect/blob/main/packages/sql-mysql2/examples/statement-transform.ts

