Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.TediousTypes

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
type alias kysely.TediousTypes
import { type kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.1/mod.ts";
const { TediousTypes } = kysely;
definition: Record<
| "BigInt"
| "Binary"
| "Bit"
| "Char"
| "Date"
| "DateTime"
| "DateTime2"
| "DateTimeOffset"
| "Decimal"
| "Float"
| "Image"
| "Int"
| "Money"
| "NChar"
| "NText"
| "Null"
| "Numeric"
| "NVarChar"
| "Real"
| "SmallDateTime"
| "SmallInt"
| "SmallMoney"
| "Text"
| "Time"
| "TinyInt"
| "TVP"
| "UDT"
| "UniqueIdentifier"
| "VarBinary"
| "VarChar"
| "Xml"
, { name: string; type: string; }>