Skip to main content
Module

x/aloedb/lib/operators.ts>lessThanOrEqual

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function lessThanOrEqual
import { lessThanOrEqual } from "https://deno.land/x/aloedb@0.1.0/lib/operators.ts";

Selects documents where the value of a field less than or equal to the specified number.

Parameters

value: number