We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a9385 commit 66776f5Copy full SHA for 66776f5
src/content/docs/d1/best-practices/query-d1.mdx
@@ -106,7 +106,7 @@ Refer to [D1 REST API](/api/operations/cloudflare-d1-create-database) for D1 RES
106
107
## Query D1 with Wrangler commands
108
109
-You can use Wrangler commands to interact with the control plane. Note that Wrangler commands use REST APIs to perform its operations.
+You can use Wrangler commands to query a D1 database. Note that Wrangler commands use REST APIs to perform its operations.
110
111
```sh
112
npx wrangler d1 execute prod-d1-tutorial --command="SELECT * FROM Customers"
0 commit comments