Lightweight CLI tool for formatting and beautifying SQL queries
CLI tool for formatting SQL
sleek
$ sleek query.sql
$ echo 'SELECT * FROM users WHERE id=1' | sleek > formatted.sql
$ sleek --indent 2 query.sql