Skip to main content

Module parse

Module parse 

Source
Expand description

Parse raw SQL into a NodedbStatement.

Functionsยง

parse
Try to parse a DDL statement from raw SQL. Returns None for non-DDL queries (SELECT, INSERT, etc.) that should flow through the normal planner.