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.