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

x/drizzle/pg-core.ts>PgTimestampConfig

Deno port of the drizzle-orm library
Latest
interface PgTimestampConfig
import { type PgTimestampConfig } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";

Type Parameters

optional
TMode extends "date" | "string" = "date" | "string"

Properties

optional
mode: TMode
optional
precision: Precision
optional
withTimezone: boolean