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

x/pgsql_ast_parser/index.ts>NodeLocation

Yet another simple Postgres SQL parser
Go to Latest
interface NodeLocation
import { type NodeLocation } from "https://deno.land/x/pgsql_ast_parser@11.2.0/index.ts";

Properties

start: number

Location of the last ";" prior to this statement

end: number

Location of the first ";" after this statement (if any)