Skip to main content
Module

x/drizzle/sql.ts>Name

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

Any DB name (table, column, index etc.)

Constructors

new
Name(value: string)

Properties

protected
brand: "Name"
readonly
value: string