Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable types
import { types } from "https://deno.land/x/ponder@v0.1.0/library/typeTranslator.ts";

type

{ character varying: string; varchar: string; text: string; date: string; integer: string; bigint: string; boolean: string; numeric: string; int4: string; int8: string; double precision: string; }