Hi folks, what would be good managed postgre candidate to use with hyperdrive? (Or workers in genera
Hi folks, what would be good managed postgre candidate to use with hyperdrive? (Or workers in general)


nodejs or node compat?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?



wrangler.toml, given that this file should be committed? This would mean committing sensitive information. Is there a way instead to have the connection string in .dev.vars?ERROR: In development, you should use a local postgres connection string to emulate hyperdrive functionality. Please setup postgres locally and set the value of "HYPERDRIVE"'s "localConnectionString" to the postgres connection string in your wrangler.toml
wrangler.toml?