Skip to content

Contributing

Contributions to SQLStream are welcome!

Development Setup

git clone https://github.com/subhayu99/sqlstream.git
cd sqlstream
pip install -e ".[dev]"

Running Tests

pytest tests/

Code Style

ruff check .
ruff format .

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a pull request

Issues

Report bugs and request features at GitHub Issues.