tconbeer / sqlfmt

sqlfmt formats your dbt SQL files so you don't have to
https://sqlfmt.com
Apache License 2.0
364 stars 15 forks source link

Request: Implement in compiled language #592

Closed mcandre closed 1 month ago

mcandre commented 1 month ago

Hi,

I'm excited to normalize the format of my SQL code!

Can we please implement sqlfmt in a compiled language like Go?

That way, users aren't forced to install or maintain any programming languages in order to run sqlfmt.

tconbeer commented 1 month ago

I won't be the one to port this to another language. If you want to, please do.

You can run sqlfmt in a docker container very easily if you don't want to install python. See here for the docs.