Skip to main content
Module

x/cotton/deps.ts>SqliteEmpty

SQL Database Toolkit for Deno
Latest
variable SqliteEmpty
import { SqliteEmpty } from "https://deno.land/x/cotton@v0.7.5/deps.ts";

Empty

A special constant. This is a Rows object which has no results. It is still iterable, however it won't yield any results.

Empty is returned from queries which return no data.

type

Rows