`.execute()` does (I believe, that's a Postgres.js internals thing but reading through it there's no

.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.
Was this page helpful?