Crates.io | insertfmt |
lib.rs | insertfmt |
version | 1.0.4 |
source | src |
created_at | 2023-04-19 05:04:05.316614 |
updated_at | 2024-04-13 18:03:38.261625 |
description | fast & easy formatter MySQL INSERT queries |
homepage | |
repository | |
max_upload_size | |
id | 843191 |
size | 527,346 |
fast & easy CLI specialized to format MySQL INSERT queries.
format queries so that they look like a table.
NOTE: If you wanna use the VSCode extension, please get it from the below link. Thanks! https://marketplace.visualstudio.com/items?itemName=canalun.insertfmt
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:
insertfmt x.sql y.sql <...>
You can specify as many paths as you want.
This repository is a monorepo of Rust CLI and TS+Wasm VSCode extension.
If you are interested in it technically, why not check out the below article🌟
dev.to: Monorepo of Rust CLI & TS+Wasm VSCode
You wanna contribute!? Thanks!!!! Would be great if you check the below doc out😊