Skip to content

Commit 0a05ded

Browse files
committed
Update index.mdx (#24351)
1 parent fc1b31d commit 0a05ded

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/postgres

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/postgres/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ You have successfully created a Cloudflare Worker that connects to a PostgreSQL
330330
Create a Hyperdrive configuration using the connection string for your PostgreSQL database.
331331

332332
```bash
333-
npx wrangler hyperdrive create <NAME_OF_HYPERDRIVE_CONFIG> --connection-string="postgres://user:password@HOSTNAME_OR_IP_ADDRESS:PORT/database_name"
333+
npx wrangler hyperdrive create <NAME_OF_HYPERDRIVE_CONFIG> --connection-string="postgres://user:password@HOSTNAME_OR_IP_ADDRESS:PORT/database_name" --caching-disabled
334334
```
335335

336336
This command outputs the Hyperdrive configuration `id` that will be used for your Hyperdrive [binding](/workers/runtime-apis/bindings/). Set up your binding by specifying the `id` in the Wrangler file.

0 commit comments

Comments
 (0)