Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sqlite/mod.ts>RowObject

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

The default type for row returned as objects.

definition: Record<string, unknown>