Does Hyperdrive clear cached queries when inserting?
Does Hyperdrive clear cached queries when inserting?
SELECT random(), * FROM mytable) but actual cache purge is still on our roadmap.ctx.waitUntil(sql.end()); when I'm using Hyperdrive, or should I never use sql.end()?fetch each time)?sql.end() so you should be good.

.execute() does (I believe, that's a Postgres.js internals thing but reading through it there's nothing about what it's doing that shouldn't, it's just firing off an Execute postgres message early, which we support). .cancel() does not, Hyperdrive is not able to support query cancellation.4870f521c22c2295fdfaceef9b4aeca5.hyperdrive.local for the host.
SELECT random(), * FROM mytablectx.waitUntil(sql.end());