Skip to main content
Module

x/sqlite/mod.ts>RowObject

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

The default type for row returned as objects.

definition: Record<string, unknown>