Skip to main content
Module

x/aloedb/mod.ts>Operators.moreThanOrEqual

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

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

Parameters

value: number