Skip to main content
Module

x/drizzle/mod.ts>QueryTypingsValue

Deno port of the drizzle-orm library
Latest
type alias QueryTypingsValue
import { type QueryTypingsValue } from "https://deno.land/x/drizzle@v0.23.85/mod.ts";
definition:
| "json"
| "decimal"
| "time"
| "timestamp"
| "uuid"
| "date"
| "none"