89
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Top fixes
Highest-impact changes first, ranked by point weight
- 1README12pt
Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
- 2Reproducibility6pt
Run `cargo build` and commit the resulting Cargo.lock file.
- 3Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 4Dependency 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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
88
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.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
89
No Cargo.lock found (−70 pts). Rust binary/application crates should commit Cargo.lock.
→ Run `cargo build` and commit the resulting Cargo.lock file.
Test files detected (examples/postgres/axum-social-with-tests/tests).
CI is configured (.github/workflows/examples.yml).
Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).
Issue or PR templates present.
Project health
92
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 4 / 33Commits (30d / 90d)
- 1,634Forks
- 0Releases
Community
- 75% - GoodCommunity health
- 2 bus factorauthors own >50% of commits
- 17,222Watchers
Responsiveness
- 9hMedian issue response
- 12hMedian PR merge time
- 752Open issues
Repository files27 root entries
- .githubGood: CI is configured (.github/workflows/examples.yml).Good: Issue or PR templates present.
- benches
- contrib
- examplesGood: 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
- .editorconfigGood: Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).
- .gitattributes
- .gitignoreGood: .gitignore present.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- clippy.toml
- CONTRIBUTING.mdIssue: 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.mdGood: 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
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/launchbadge/sqlx)