SQRUFF is an innovative SQL linter and formatter for modern development environments, written in Rust. Key features include:
- Linting: Advanced, customizable SQL linting capabilities to ensure query quality.
- Formatting: Automated, configurable formatting for SQL code consistency.
- Portability: Designed to be easily integrated into various development workflows.
Visit sqruff's official site to learn more about installation and usage.
Contributions are welcome! See CONTRIBUTING.md for guidelines on how to contribute.
- Bump the versions in
sqruff-lib/Cargo.toml
andsqruff/Cargo.toml
. - Commit the changes.
- Push the changes.
- Tag the commit with the new version
- Release
sqruff-lib
crate
cargo publish -p sqruff-lib
- Release
sqruff
crate
cargo publish -p sqruff
rustup override set nightly
cargo install sqruff
sqruff --help
Join the sqruff community on GitHub Discussions to ask questions, suggest features, or share your projects.