insertfmt 1.0.0

fast & easy CLI and vscode extension specialized to format MySQL INSERT queries
Documentation

insertfmt

fast & easy CLI specialized to format MySQL INSERT queries.

format queries so that they look like a table.

preview

Installation

You can install the module directly with cargo.

cargo install insertfmt

You can also 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.

Basic Usage

To run the tool, run the command with a path argument:

insertfmt x.sql y.sql <...>

You can specify as many paths as you want.

Release Note

v1.0.0

  • HBD🎂
  • vSQLfmt gets able to format 'INSERT' queries!