lava-oushudb-dt-sql-parser/src/parser/index.ts
Hayden f1c3bbe17c
feat: deprecate legacy APIs (#304)
* feat: deprecation of legacy APIs

* feat: deprecate plsql language
2024-04-28 11:41:13 +08:00

8 lines
256 B
TypeScript

export { MySQL } from './mysql';
export { HiveSQL } from './hive';
export { FlinkSQL } from './flink';
export { SparkSQL } from './spark';
export { PostgreSQL } from './postgresql';
export { TrinoSQL } from './trino';
export { ImpalaSQL } from './impala';