Skip to main content
Module

x/pgsql_ast_parser/mod.ts>parse

Yet another simple Postgres SQL parser
Latest
function parse
import { parse } from "https://deno.land/x/pgsql_ast_parser@12.0.1/mod.ts";

Parse an AST from SQL

Parameters

sql: string

Parameters

sql: string
entry: "expr"

Parameters

sql: string
entry: "qualified_name"

Parameters

sql: string
optional
options: ParseOptions