Skip to main content
Module

x/pgsql_ast_parser/mod.ts>SetNamesValue

Yet another simple Postgres SQL parser
Latest
type alias SetNamesValue
import { type SetNamesValue } from "https://deno.land/x/pgsql_ast_parser@12.0.1/mod.ts";
definition: { type: "value"; value: string; }