Module

x/denodb/lib/model.ts>Model.min

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Model.min
import { Model } from "https://dotland.deno.dev/x/denodb@v1.4.0/lib/model.ts";

Find the minimum value of a field from all the selected records.

await Flight.min("flightDuration");

Parameters

field: string