Initial release, wrapping the polyglot-sql Rust crate
0.6.2.
polyglot_version(), sql_dialects()
(34 dialects with aliases).sql_transpile(),
sql_format(), sql_generate() with complexity
guards and configurable handling of unsupported constructs.sql_parse(),
sql_tokenize(), sql_validate() (strict syntax,
semantic warnings, schema-aware checks).sql_source_tables(),
sql_lineage(), sql_analyze(),
sql_optimize(), sql_diff(),
sql_annotate_types(), sql_openlineage().polyglot_error,
polyglot_parse_error,
polyglot_transpile_error,
polyglot_validation_error,
polyglot_guard_error, …); Rust failures never crash the R
session.cargo vendor).