Skip to main content
Module

x/aloedb/mod.ts>moreThanOrEqual

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

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

Parameters

value: number

Comparison number.