Skip to main content
Module

x/pgsql_ast_parser/mod.ts>parse

Yet another simple Postgres SQL parser
Go to Latest
function parse
import { parse } from "https://deno.land/x/pgsql_ast_parser@10.5.2/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