ID1PreparedStatement.first<T = Record<string, unknown>>(): Promise<T | null>
Runs the statement and returns the first row.
Promise<T | null>
The first row, or null when there are none
ID1PreparedStatement.first<T = Record<string, unknown>>(): Promise<T | null>
Runs the statement and returns the first row.
Promise<T | null>
The first row, or null when there are none
import { type ID1PreparedStatement } from "cloudflare-plugin/src/index.ts";