Hi all. I'm using Hyperdrive with Postgres via `node-postgres`. I read somewhere that one benefit of

Hi all. I'm using Hyperdrive with Postgres via
node-postgres
. I read somewhere that one benefit of Hyperdrive is it handles pooling for you. Does this mean that I can forget about generating/managing pools manually in my JS, and just leave that to Hyperdrive? i.e. I can just use
client.query()
rather than
pool.query()
, or am I wrong here?
Was this page helpful?