89

/ 100

GradeB

A top-tier open source project. Docs, tests, and CI are all in excellent shape.

Top 14% of 5,156 graded repos

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

Rust17,222Apache-2.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

12 to address
  1. 1
    README12pt

    Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.

  2. 2
    Reproducibility6pt

    Run `cargo build` and commit the resulting Cargo.lock file.

  3. 3
    Reproducibility6pt

    Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.

  4. 4
    Dependency manifest6pt

    Add `license = "MIT"` (or your preferred SPDX identifier) to [package].

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

88

Contributing guide5pt73

Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.

Add setup instructions, code style notes, and how to run tests.

README12pt80

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

89

Reproducibility6pt10

No Cargo.lock found (−70 pts). Rust binary/application crates should commit Cargo.lock.

Run `cargo build` and commit the resulting Cargo.lock file.

Tests18pt100

Test files detected (examples/postgres/axum-social-with-tests/tests).

CI/CD14pt100

CI is configured (.github/workflows/examples.yml).

Linting and formatting5pt100

Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

92

Dependency manifest6pt75

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 4 / 33
    Commits (30d / 90d)
  • 1,634
    Forks
  • 0
    Releases

Community

  • 75% - Good
    Community health
  • 2 bus factor
    authors own >50% of commits
  • 17,222
    Watchers

Responsiveness

  • 9h
    Median issue response
  • 12h
    Median PR merge time
  • 752
    Open issues
Repository files27 root entries
  • .github
    Good: CI is configured (.github/workflows/examples.yml).
    Good: Issue or PR templates present.
  • benches
  • contrib
  • examples
    Good: Test files detected (examples/postgres/axum-social-with-tests/tests).
    Good: Environment pinned via examples/postgres/mockable-todos/docker-compose.yml.
  • sqlx-cli
  • sqlx-core
  • sqlx-macros
  • sqlx-macros-core
  • sqlx-mysql
  • sqlx-postgres
  • sqlx-sqlite
  • sqlx-test
  • src
  • tests
  • .editorconfig
    Good: Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • clippy.toml
  • CONTRIBUTING.md
    Issue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
  • FAQ.md
  • gen-changelog.sh
  • LICENSE-APACHE
  • LICENSE-MIT
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rust-toolchain.toml
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/launchbadge/sqlx)](https://www.repo-grade.com/report/launchbadge/sqlx)

More graded Rust repos