We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891c7d9 commit 917cb98Copy full SHA for 917cb98
src/parser/index.ts
@@ -4,3 +4,4 @@ export { default as HiveSQL } from './hive';
4
export { default as FlinkSQL } from './flinksql';
5
export { default as SparkSQL } from './spark';
6
export { default as PostgresSQL } from './pgsql';
7
+export { default as TrinoSQL } from './trinosql';
0 commit comments