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

x/cotton/mod.ts>QueryBuilder#first

SQL Database Toolkit for Deno
Latest
method QueryBuilder.prototype.first
import { QueryBuilder } from "https://deno.land/x/cotton@v0.7.5/mod.ts";

Get the first record of the query, shortcut for limit(1)