Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drizzle/mod.ts>Name

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

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

Constructors

new
Name(value: string)

Properties

protected
brand: "Name"
readonly
value: string