Skip to content

Commit a0fb41f

Browse files
committed
Changing reference to mention Worker Binding APIs.
1 parent 66182a0 commit a0fb41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/sql-api/sql-statements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Details, Render } from "~/components";
99

1010
D1 supports a number of database-level statements that allow you to list tables, indexes, and inspect the schema for a given table or index.
1111

12-
You can execute any of these statements via the D1 console in the Cloudflare dashboard, [`wrangler d1 execute`](/workers/wrangler/commands/#d1), or with the [D1 client API](/d1/worker-api/prepare-a-statement).
12+
You can execute any of these statements via the D1 console in the Cloudflare dashboard, [`wrangler d1 execute`](/workers/wrangler/commands/#d1), or with the [D1 Worker Bindings API](/d1/worker-api/prepare-a-statement).
1313

1414
## SQLite Extensions
1515

0 commit comments

Comments
 (0)