We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b147ec commit 5131411Copy full SHA for 5131411
1 file changed
README.md
@@ -76,6 +76,10 @@ SQL formatter supports the following dialects:
76
- **spark** - [Spark][]
77
- **tsql** - [SQL Server Transact-SQL][tsql]
78
79
+I’m currently using the default dialect for Oracle SQL, and it performs well for my needs.
80
+As such, I don’t have the motivation to maintain or expand support for other dialects.
81
+If you require support for additional dialects, please consider contributing to this project.
82
+
83
## Extend formatters
84
85
Formatters can be extended as below :
0 commit comments