Skip to content

Commit 2a0a813

Browse files
authored
Update index.mdx
1 parent 09ca587 commit 2a0a813

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
@@ -340,7 +340,7 @@ You have successfully created a Cloudflare Worker that connects to a PostgreSQL
340340
Create a Hyperdrive configuration using the connection string for your PostgreSQL database.
341341

342342
```bash
343-
npx wrangler hyperdrive create <NAME_OF_HYPERDRIVE_CONFIG> --connection-string="postgres://user:password@HOSTNAME_OR_IP_ADDRESS:PORT/database_name"
343+
npx wrangler hyperdrive create <NAME_OF_HYPERDRIVE_CONFIG> --connection-string="postgres://user:password@HOSTNAME_OR_IP_ADDRESS:PORT/database_name" --caching-disabled
344344
```
345345

346346
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)