Skip to main content
Module

x/drizzle/expressions.ts>isNull

Deno port of the drizzle-orm library
Latest
function isNull
import { isNull } from "https://deno.land/x/drizzle@v0.23.85/expressions.ts";

Parameters

column: AnyColumn<{ notNull: false; }> | Placeholder | SQLWrapper