Skip to main content
Module

x/pgsql_ast_parser/ast-mapper.ts>IAstFullMapper

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