Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 673 Bytes

File metadata and controls

29 lines (19 loc) · 673 Bytes

Contributing to sq/lab

Thanks for your interest in contributing!

What we need most

Just open a pull request, is always welcome!

  1. Bug fixes — if something is broken
  2. Database drivers — we want to support more databases
  3. Features from the roadmap — help us move faster!

Getting started

Clone and install locally:

git clone https://github.com/fhsgoncalves/sqlab
cd sqlab
cargo run

Before you contribute

  • Keep changes focused — one logical change per PR.
  • Follow existing Rust style (cargo fmt, cargo clippy).

License

By contributing, you agree that your contributions will be licensed under the MIT License.