Skip to main content
Go to Latest
method PreparedQuery.prototype.allEntries
import { PreparedQuery } from "https://deno.land/x/sqlite@v3.4.0/mod.ts";

Like all except each row is returned as an object containing key-value pairs.

Parameters

optional
params: P

Returns

Array<O>