File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,24 @@ Possible fixes:
213
213
- Switch to ` @babel/preset-env `
214
214
- Include plugin ` @babel/plugin-proposal-class-properties `
215
215
216
+ ## The future
217
+
218
+ The development of this formatter is currently in maintenance mode.
219
+ Bugs will get fixed if feasible, but new features will likely not be added.
220
+
221
+ I have started a new SQL formatting tool: [ prettier-plugin-sql-cst] [ ] .
222
+
223
+ - It solves several problems which can't be fixed in SQL Formatter because
224
+ of fundamental problems in its arhictecture.
225
+ - It makes use of the Prettier layout algorithm,
226
+ doing a better job of splitting long expressions to multiple lines.
227
+ - It takes much more opinionated approach to SQL formatting,
228
+ giving only a very limited set of options to adjust the code style.
229
+ - It already has full support for SQLite and BigQuery syntax.
230
+ It should work for the most common SQL code in various other dialects.
231
+
232
+ Give it a try if you'd like to take your SQL auto-formatting to the next level.
233
+
216
234
## Contributing
217
235
218
236
Please see [ CONTRIBUTING.md] ( CONTRIBUTING.md )
@@ -222,3 +240,4 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md)
222
240
[ MIT] ( LICENSE )
223
241
224
242
[ php library ] : https://github.com/jdorn/sql-formatter
243
+ [ prettier-plugin-sql-cst ] : https://github.com/nene/prettier-plugin-sql-cst
You can’t perform that action at this time.
0 commit comments