Kevin Flansburg 5c4048f923
Update tokio-postgres example to demonstrate Hyperdrive (#569)
* Update tokio-postgres to demonstrate Hyperdrive

* Use simple_query
2024-05-07 11:08:37 -04:00

10 lines
215 B
TOML

name = "hyperdrive-test"
main = "build/worker/shim.mjs"
compatibility_date = "2024-05-01"
[[hyperdrive]]
binding = "DB"
id = ""
[build]
command = "cargo install --path ../../worker-build && worker-build --release"