repositorypackage
0.4.0
Repository: https://github.com/cockroachdb/sqlfmt.git
Documentation: pkg.go.dev
# README
sqlfmt
Experimental SQL formatter with width-aware output
Based on http://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf.
Requires having the master branch of https://github.com/cockroachdb/cockroach checked out at $GOPATH/src/github.com/cockroachdb/cockroach
, and running make
in that directory.