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

x/sqlite/src/query.ts>RowObject

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

The default type for row returned as objects.

definition: Record<string, unknown>