Thanks for your interest in contributing!
Just open a pull request, is always welcome!
- Bug fixes — if something is broken
- Database drivers — we want to support more databases
- Features from the roadmap — help us move faster!
Clone and install locally:
git clone https://github.com/fhsgoncalves/sqlab
cd sqlab
cargo run- Keep changes focused — one logical change per PR.
- Follow existing Rust style (
cargo fmt,cargo clippy).
By contributing, you agree that your contributions will be licensed under the MIT License.