Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sqlite/src/query.ts>Row

Deno SQLite module
Go to Latest
type alias Row
import { type Row } from "https://deno.land/x/sqlite@v3.4.0/src/query.ts";

The default type for returned rows.

definition: Array<unknown>