Skip to main content
Module

x/pgsql_ast_parser/index.ts>GeometricLiteral

Yet another simple Postgres SQL parser
Latest
type alias GeometricLiteral
import { type GeometricLiteral } from "https://deno.land/x/pgsql_ast_parser@12.0.1/index.ts";
definition:
| Point
| Line
| Segment
| Box
| Path
| Polygon
| Circle