Skip to main content
Module

x/sqlite/mod.ts>Row

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

The default type for returned rows.

definition: Array<unknown>