Skip to main content
Module

x/dormlite/mod.ts>Model.where

An sqlite orm for Deno
Go to Latest
method Model.where
import { Model } from "https://deno.land/x/dormlite@0.0.2/mod.ts";

Parameters

column: string
value: string | number

Returns

Promise<Model[]>