gumbarros / DevWidgets

DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.
https://gumbarros.github.io/DevWidgets
MIT License
153 stars 13 forks source link

SQL Formatter #2

Open gumbarros opened 1 year ago

gumbarros commented 1 year ago

Add support to SQL dialects and add options like the JSON one. Currently I'm using just a simple generic one. Maybe the best way will be migrating the logic from the Windows one from C# to Dart.