Skip to main content
Module

x/pgsql_ast_parser/mod.ts>SetNamesValue

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