fast & easy CLI specialized to format MySQL INSERT queries.
format queries so that they look like a table.
You can download the binary from releases.
The binary is self-sufficient with no dependencies, and can be put anywhere on
your PATH and run with insertfmt
command!!
Or, you can also install the module directly with cargo
.
cargo install insertfmt
To run the tool, run the command with a path argument:
bash
insertfmt x.sql y.sql <...>
You can specify as many paths as you want.