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.
Statement
1 parent 021c5cc commit f2d35c3Copy full SHA for f2d35c3
cratedb_sqlparse_js/cratedb_sqlparse/index.js
@@ -1,3 +1,3 @@
1
-import {sqlparse} from "./parser.js";
2
-export {sqlparse};
+import {sqlparse, Statement} from "./parser.js";
+export {sqlparse, Statement};
3
export const __cratedb_version__ = "5.7.5"
0 commit comments