It would be great to be able to do: ```ts { using client = postgres(...); // ... queries } ``` and have `client.end()` be called automatically in `[Symbol.dispose]`. It's part of typescript (since 5.2) now and Stage 3 for TC39.