Format SQL source on Apple platforms using SQL Formatter, pgFormatter, and pg-minify.
.package(url: "https://github.com/freysie/sql-formatting.git", branch: "main")import SQLFormattingSQLFormatter.formattedString(from: "…")
SQLFormatter.formattedString(from: "…", indent: "\t", uppercase: true)
SQLFormatter.extendedFormattedString(from: "…")
SQLFormatter.minifiedString(from: "…")
SQLFormatter.minifiedString(from: "…", compress: true)