Skip to main content

Module parse

Module parse 

Source
Expand description

Entry point for the database-statement parser.

Delegates to crate::ddl_ast::parse::database::try_parse, which contains the full recursive-descent implementation. This module exists to mirror the parser/array_stmt/ structure and expose a consistent public API surface from parser/.

Functionsยง

try_parse_database_statement
Try to parse a database-level DDL statement from raw SQL.