Skip to content

Commit 754abf8

Browse files
authored
Merge PR #390: Add SingleStoreDB to demo page
2 parents d579ddd + 7ac0e25 commit 754abf8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ sql-formatter -h
9595

9696
```
9797
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]
9999
100100
SQL Formatter
101101
@@ -106,8 +106,8 @@ optional arguments:
106106
-h, --help show this help message and exit
107107
-o, --output OUTPUT
108108
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)
111111
-c, --config CONFIG
112112
Path to config json file (will use default configs if unspecified)
113113
--version show program's version number and exit

static/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ <h3 style="margin: 0.5rem 0">Options</h3>
6666
<option value="n1ql">N1QL</option>
6767
<option value="plsql">PL/SQL</option>
6868
<option value="postgresql">PostgreSQL</option>
69+
<option value="singlestoredb">SingleStoreDB</option>
6970
<option value="spark">Spark</option>
7071
<option value="sqlite">SQLite</option>
7172
<option value="tsql">Transact-SQL</option>

0 commit comments

Comments
 (0)