Skip to main content
Module

x/nessie/deps.ts>CliffySelect#validate

A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Go to Latest
method CliffySelect.prototype.validate
import { CliffySelect } from "https://deno.land/x/nessie@2.0.7/deps.ts";

Validate input value.

Parameters

value: string

User input value.

Returns

boolean | string

True on success, false or error message on error.