Skip to main content
Module

x/aloedb/mod.ts>Operators.lessThanOrEqual

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

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

Parameters

value: number