A prepared D1 statement.
bind(...values: readonly unknown[]): ID1PreparedStatement
Binds ordered parameters. D1 supports ? and ?NNN, not named parameters.
first<T = Record<string, unknown>>(): Promise<T | null>
Runs the statement and returns the first row.