Skip to content

Commit 66776f5

Browse files
committed
Editing Wrangler example. Restructuring to better explain how SQL fits into D1.
1 parent 55a9385 commit 66776f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/best-practices/query-d1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Refer to [D1 REST API](/api/operations/cloudflare-d1-create-database) for D1 RES
106106

107107
## Query D1 with Wrangler commands
108108

109-
You can use Wrangler commands to interact with the control plane. Note that Wrangler commands use REST APIs to perform its operations.
109+
You can use Wrangler commands to query a D1 database. Note that Wrangler commands use REST APIs to perform its operations.
110110

111111
```sh
112112
npx wrangler d1 execute prod-d1-tutorial --command="SELECT * FROM Customers"

0 commit comments

Comments
 (0)