Skip to main content
Module

x/aloedb/lib/core.ts>matchValues

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

Compares the value from the query and from the document.

Parameters

queryValue: QueryValue

Value from query.

documentValue: DocumentValue

Value from document.

Returns

boolean

Are the values equal.