This page runs queryExecute() against the
Hyperdrive binding named HYPERDRIVE_PG. The CFML
side is synchronous; the underlying postgres /
mysql2 client is awaited inside a JSPI suspending
callback while the wasm stack is parked.
Switch engines by visiting
?ds=HYPERDRIVE_PG or
?ds=HYPERDRIVE_MYSQL.
The binding must be declared in wrangler.toml.
Raw result JSON:
{"recordCount":1,"columnList":"GREETING,ONE","columns":["greeting","one"],"data":[{"greeting":"hello from hyperdrive","one":1}],"_meta":{"duration_ms":720,"rows_affected":1,"last_insert_id":0}}