Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cotton/src/modelquery.ts>ModelQuery#count

SQL Database Toolkit for Deno
Latest
method ModelQuery.prototype.count
import { ModelQuery } from "https://deno.land/x/cotton@v0.7.5/src/modelquery.ts";

Count models with given conditions.

Returns

Promise<number>