ID1PreparedStatement.bind(...values: readonly unknown[]): ID1PreparedStatement
Binds ordered parameters. D1 supports ? and ?NNN, not named parameters.
The bound statement
ID1PreparedStatement.bind(...values: readonly unknown[]): ID1PreparedStatement
Binds ordered parameters. D1 supports ? and ?NNN, not named parameters.
The bound statement
import { type ID1PreparedStatement } from "cloudflare-plugin/src/index.ts";