Skip to main content
Module

x/sqlite3/mod.ts>AggregateFunctionOptions

The fastest and correct module for SQLite3 in Deno.
Go to Latest
interface AggregateFunctionOptions
implements FunctionOptions
import { type AggregateFunctionOptions } from "https://deno.land/x/sqlite3@0.7.1/mod.ts";

Properties

start: any | (() => any)
step: (aggregate: any, ...args: any[]) => void
optional
final: (aggregate: any) => any