From 5131411ebdbbf8712aa77171a71268ba3075d80d Mon Sep 17 00:00:00 2001 From: Hoki Min Date: Thu, 19 Sep 2024 11:24:26 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dade5c6..b2c9683 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ SQL formatter supports the following dialects: - **spark** - [Spark][] - **tsql** - [SQL Server Transact-SQL][tsql] +I’m currently using the default dialect for Oracle SQL, and it performs well for my needs. +As such, I don’t have the motivation to maintain or expand support for other dialects. +If you require support for additional dialects, please consider contributing to this project. + ## Extend formatters Formatters can be extended as below :