@@ -95,7 +95,7 @@ sql-formatter -h
95
95
96
96
```
97
97
usage: sql-formatter [-h] [-o OUTPUT] \
98
- [-l {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,spark,sql,sqlite,trino,tsql}] [-c CONFIG] [--version] [FILE]
98
+ [-l {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,singlestoredb, spark,sql,sqlite,trino,tsql}] [-c CONFIG] [--version] [FILE]
99
99
100
100
SQL Formatter
101
101
@@ -106,8 +106,8 @@ optional arguments:
106
106
-h, --help show this help message and exit
107
107
-o, --output OUTPUT
108
108
File to write SQL output (defaults to stdout)
109
- -l, --language {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,spark,sql,sqlite,trino,tsql}
110
- SQL dialect (defaults to standard sql)
109
+ -l, --language {bigquery,db2,hive,mariadb,mysql,n1ql,plsql,postgresql,redshift,singlestoredb, spark,sql,sqlite,trino,tsql}
110
+ SQL dialect (defaults to basic sql)
111
111
-c, --config CONFIG
112
112
Path to config json file (will use default configs if unspecified)
113
113
--version show program's version number and exit
0 commit comments