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

x/libpkgx/vendor/sqlite3@0.10.0/mod.ts>Statement#all

`import`… but with pkging powers
Very Popular
Latest
method Statement.prototype.all
Re-export
import { Statement } from "https://deno.land/x/libpkgx@v0.18.1/vendor/sqlite3@0.10.0/mod.ts";

Run the query and return the resulting rows where rows are objects mapping column name to their corresponding values.

Type Parameters

optional
T extends Record<string, unknown> = Record<string, any>