sleek
sleek copied to clipboard
Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity.
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.9. Release notes Sourced from clap's releases. v4.5.9 [4.5.9] - 2024-07-09 Fixes (error) When defining a custom help flag, be sure to suggest it like...
This might just be an older version that is on cargo, I installed today and my usage is: ```bash Usage: sleek ``` Although the README says `--indent_spaces`, `--lines_between_queries`, and no...
Bumps [sqlformat](https://github.com/shssoichiro/sqlformat-rs) from 0.2.3 to 0.2.4. Changelog Sourced from sqlformat's changelog. Version 0.2.4 Remove itertools dependency #34 Commits ed5f77c Version 0.2.4 4238c50 Remove itertools as a dependency (#34) a1b21a7 Fix...
Just throwing this one out there - would be awesome to have!
First of all - Thanks for this great CLI! I noticed that this library defaults to removing trailing newlines. I don't think I've ever seen this default before from a...
fixes https://github.com/nrempel/sleek/issues/69 (this tool rocks btw, all the other javascript/python ones are painfully slow)
checkout on tag v0.3.0 ```bash qaq@lab ~/t/sleek ((v0.3.0))> cargo fetch --locked error: the lock file /home/qaq/test/sleek/Cargo.lock needs to be updated but --locked was passed to prevent this If you want...