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

x/pgsql_ast_parser/syntax/ast.ts>CreateSchemaStatement

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

Properties

type: "create schema"
name: Name
optional
ifNotExists: boolean