Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method PreparedQuery.prototype.oneEntry
import { PreparedQuery } from "https://deno.land/x/sqlite@v3.4.1/src/query.ts";

Like one except the row is returned as an object containing key-value pairs.

Parameters

optional
params: P