vertical-blank/scala-sql-formatter

Scala Native support

david-bouyssie opened this issue · 0 comments

https://github.com/takayahilton/sql-formatter was updated to support Scala Native
This means that vertical-blank's sql-formatter could easily support Scala Native compilation by depending on https://github.com/takayahilton/sql-formatter.

Other tools using vertical-blank's sql-formatter (such as quill, see zio/zio-quill#1859) could thus also be ported to SN without having to change the sql-formatter namespace.
And this would add this dependency only for the SN build.

Note: this issue is a duplicate of vertical-blank/sql-formatter#17 (created in the wrong repo).