Skip to main content
Module

x/pgsql_ast_parser/ast-visitor.ts>IAstFullVisitor

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