RustCFML on Cloudflare Workersv0.656.1

Hyperdrive query demo
Hyperdrive datasource

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.

Result
recordCount
1
columnList
GREETING,ONE
duration
2872 ms

Raw result JSON:

{"recordCount":1,"columnList":"GREETING,ONE","columns":["greeting","one"],"data":[{"greeting":"hello from hyperdrive","one":1}],"_meta":{"duration_ms":2872,"rows_affected":1,"last_insert_id":0}}