Skip to main content
Module

x/denodb/lib/model.ts>AggregationResult

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias AggregationResult
import { type AggregationResult } from "https://deno.land/x/denodb@v1.4.0/lib/model.ts";
definition: Model & { avg?: number; count?: number; max?: number; min?: number; sum?: number; }