nodedb-sql: SQL parser, planner, and optimizer for NodeDB.
Parses SQL via sqlparser-rs, resolves against a catalog, and produces
SqlPlan — an intermediate representation that both Origin (server)
and Lite (embedded) map to their own execution model.
SQL → parse → resolve → plan → optimize → SqlPlan