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

x/aloedb/lib/helpers.ts>moreThanOrEqual

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function moreThanOrEqual
import { moreThanOrEqual } from "https://deno.land/x/aloedb@0.9.0/lib/helpers.ts";

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

Parameters

value: number

Comparison number.