Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgsql_ast_parser/ast-mapper.ts>IAstFullMapper

Yet another simple Postgres SQL parser
Go to Latest
type alias IAstFullMapper
import { type IAstFullMapper } from "https://deno.land/x/pgsql_ast_parser@10.5.2/ast-mapper.ts";
definition: [key in keyof IAstPartialMapper]-?: IAstPartialMapper[key]