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.
2 parents 9dc0a04 + d17de36 commit 2ad4028Copy full SHA for 2ad4028
docs/language.md
@@ -7,7 +7,7 @@ Specifies the SQL dialect to use.
7
```ts
8
import { format } from 'sql-formatter';
9
10
-const result = format('SELECT * FROM tbl', { dialect: 'sqlite' });
+const result = format('SELECT * FROM tbl', { language: 'sqlite' });
11
```
12
13
## Options
0 commit comments