Expand description
Parser for database-level DDL: CREATE / DROP / ALTER / USE / CLONE / MIRROR / MOVE TENANT / BACKUP / RESTORE / SHOW DATABASE(S).
Functionsยง
- parse_
quota_ spec - Parse a
(field = value, ...)clause from a raw SQL string into aQuotaSpec. - try_
parse - Try to parse a database-level DDL statement.