@thomasgauvin Thanks! One last question - I notice with node-postgres / pg, the docs (https://develo

@thomasgauvin Thanks! One last question - I notice with node-postgres / pg, the docs (https://developers.cloudflare.com/hyperdrive/configuration/connect-to-postgres/#node-postgres--pg) don't call client.end() at the end of the worker's fetch function - This is in contrast to calling ctx.waitUntil(client.end()) in the non-Hyperdrive docs (https://developers.cloudflare.com/workers/tutorials/postgres/#5-interact-with-the-products-database). Is this an intended choice since we don't need to waste time ending the connection due to Hyperdrive's connection pooling system?
Was this page helpful?