queryAll<T>(...unnamed 0: SqlArgs): Promise<T[]>
Query all rows as a typed array. A read whose cache refill requires read-your-writes goes to the primary instead.
Promise<T[]>
queryAll<T>(...unnamed 0: SqlArgs): Promise<T[]>
Query all rows as a typed array. A read whose cache refill requires read-your-writes goes to the primary instead.
Promise<T[]>
import { queryAll } from "doc.ts";