🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
transact-rs/sqlx holds a health index of 75 out of 100, placing it in the Good band. It scores highest on Community & Adoption (87/100) and lowest on Security (48/100). It was last updated 33 days ago. 2 contributors account for most of its recent work.
Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.
Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.
The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).
This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.
| Registry | Package | Version | Downloads / mo | Versions | Last publish | Tags |
|---|---|---|---|---|---|---|
| crates.io | sqlxpoints to another repo — not scored | 0.9.0 | 10,864,489 | 59 | 84 days ago | — |
| crates.io | sqlx-clipoints to another repo — not scored | 0.9.0 | 349,911 | 38 | 84 days ago | databasedatabase-managementmigrationpostgrescommand-line-utilities |
| crates.io | sqlx-corepoints to another repo — not scored | 0.9.0 | 10,902,335 | 58 | 84 days ago | — |
| crates.io | sqlx-mysqlpoints to another repo — not scored | 0.9.0 | 9,463,979 | 18 | 84 days ago | — |
| crates.io | sqlx-macrospoints to another repo — not scored | 0.9.0 | 10,876,473 | 54 | 84 days ago | — |
| crates.io | sqlx-sqlitepoints to another repo — not scored | 0.9.0 | 9,408,887 | 18 | 84 days ago | — |
| crates.io | sqlx-postgrespoints to another repo — not scored | 0.9.0 | 9,968,157 | 18 | 84 days ago | — |
Is the project alive — is code being written and are releases shipping?
| 18/36 | Push recency — last push 33 days ago |
| 18.7/36 | Commit cadence — 27/52 weeks with commits |
| 17.6/18 | Commit volume — 91 commits in the last year |
| 8/10 | OpenSSF Scorecard: Maintained — 8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8 |
| commits_last_year | 91 |
| human_commit_share | 1 |
| days_since_last_push | 33 |
| active_weeks_last_year | 27 |
| 16.2/27 | Ships releases — 53 version tags (no GitHub releases) |
| 36/36 | Release recency — latest release 84 days ago |
| 19.8/27 | Release cadence — a release every ~107.5 days |
| 0/10 | OpenSSF Scorecard: Signed-Releases — no data |
| releases_count | 53 |
| latest_release_tag | v0.9.0 |
| releases_from_tags | yes |
| days_since_latest_release | 84 |
| mean_days_between_releases | 107.5 |
Does the project have users, downloads, attention, and a welcoming setup for contributors?
| 60/60 | Stars — 17,388 stars |
| 25/25 | Forks — 1,671 forks |
| 10/15 | Watchers — 63 watchers |
| forks | 1,671 |
| stars | 17,388 |
| watchers | 63 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 22.5/22.5 | License — recognized license (Apache-2.0) |
| 18/18 | CONTRIBUTING guide |
| 0/13.5 | Code of conduct |
| 0/7.2 | Issue template |
| 6.3/6.3 | PR template |
| has_readme | yes |
| has_license | yes |
| readme_badges | 5 |
| has_contributing | yes |
| has_issue_template | no |
| has_code_of_conduct | no |
| readme_badge_services | shields.io |
| has_pull_request_template | yes |
Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?
| 25.2/54 | Bus factor — 2 contributor(s) cover half of all commits |
| 12.7/22.5 | Commit distribution — top contributor authored 44% of commits |
| 13.5/13.5 | Contributor breadth — 100 contributors |
| 10/10 | OpenSSF Scorecard: Contributors — project has 57 contributing companies or organizations |
| bus_factor | 2 |
| contributors_sampled | 100 |
| top_contributor_share | 0.435 |
| 28.6/42 | Issue resolution — 68% of issues closed |
| 21.3/30 | PR acceptance — 1,088/1,533 decided PRs merged |
| 0/13 | Newcomer PR acceptance — 0/4 first-time contributors' PRs merged in 30d |
| 12/15 | OpenSSF Scorecard: Code-Review — Found 25/30 approved changesets -- score normalized to 8 |
| merged_prs | 1,088 |
| open_issues | 687 |
| closed_issues | 1,467 |
| prs_merged_7d | 0 |
| prs_decided_7d | 1 |
| prs_merged_30d | 0 |
| prs_decided_30d | 4 |
| issue_closed_ratio | 0.681 |
| closed_unmerged_prs | 445 |
| first_time_authors_30d | 4 |
| first_time_prs_merged_30d | 0 |
| first_time_prs_decided_30d | 4 |
| 30/30 | Ownership backing — organization-owned |
| 0/20 | Verified domain |
| 10.1/25 | Owner reach — 24 followers of transact-rs |
| 8.2/25 | Track record — 3 public repos, account ~1 yr old |
| followers | 24 |
| owner_type | Organization |
| is_verified | — |
| owner_login | transact-rs |
| public_repos | 3 |
| account_age_days | 698 |
Are baseline engineering and documentation practices in place?
| 24/24 | CI workflows — 3 workflow(s) |
| 24/24 | Tests present |
| 0/16 | Linter config |
| 0/9.6 | Pre-commit hooks |
| 6.4/6.4 | .editorconfig |
| 20/20 | OpenSSF Scorecard: CI-Tests — 30 out of 30 merged PRs checked by a CI test -- score normalized to 10 |
| has_ci | yes |
| has_tests | yes |
| has_editorconfig | yes |
| has_linter_config | no |
| has_precommit_config | no |
| 30/30 | README |
| 0/25 | Documentation directory |
| 0/15 | Documentation / homepage site |
| 10/10 | Repository description |
| 10/10 | Topics — 9 topics |
| 10/10 | Wiki |
| topics | sql, rust, postgres, mysql, async, await, mariadb, postgresql, sqlite |
| has_wiki | yes |
| homepage | — |
| docs_site | — |
| has_readme | yes |
| has_docs_dir | no |
| has_description | yes |
Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2.5/2.5 | CI-Tests — 30 out of 30 merged PRs checked by a CI test -- score normalized to 10 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 6/7.5 | Code-Review — Found 25/30 approved changesets -- score normalized to 8 |
| 2.5/2.5 | Contributors — project has 57 contributing companies or organizations |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 0/7.5 | Dependency-Update-Tool — no update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.5/2.5 | License — license file detected |
| 6/7.5 | Maintained — 8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8 |
| 0/5 | Packaging — no data |
| 0/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| 0/5 | SAST — SAST tool is not run on all commits -- score normalized to 0 |
| 0/5 | Security-Policy — security policy file not detected |
| 0/7.5 | Signed-Releases — no data |
| 0/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 7.5/7.5 | Vulnerabilities — 0 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 16 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 2 |
| scorecard_aggregate | 4.8 |
How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.
| 0/45 | Agent instructions — no CLAUDE.md / AGENTS.md / editor rules |
| 0/15 | Machine-readable docs (llms.txt) |
| 40/40 | Legible commit history — 97 of 100 human commits state their intent (structured subject or explanatory body) |
| has_llms_txt | no |
| llms_txt_url | — |
| legible_history_share | 0.97 |
| agent_instruction_files | — |
| agent_instruction_max_bytes | — |
| 12.6/18 | One-command bootstrap — Cargo.toml, examples/mysql/todos/Cargo.toml, examples/postgres/axum-social-with-tests/Cargo.toml (toolchain convention, no task runner) |
| 22/22 | Automated tests |
| 0/11 | Lint / format config |
| 11/11 | Static type checking — Rust (statically typed) |
| 10/10 | Reproducible environment — Dockerfile |
| 0/10 | Demonstrated agent practice — no agent-authored commits among the last 100 |
| 0/8 | Automated maintenance — no automated dependency updates observed |
| 0/10 | OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| has_nix | no |
| has_tests | yes |
| lockfiles | — |
| has_dockerfile | yes |
| typed_language | yes |
| bootstrap_files | — |
| has_devcontainer | no |
| has_linter_config | no |
| typecheck_configs | — |
| agent_commit_share | 0 |
| toolchain_manifests | Cargo.toml, examples/mysql/todos/Cargo.toml, examples/postgres/axum-social-with-tests/Cargo.toml, examples/postgres/chat/Cargo.toml, examples/postgres/files/Cargo.toml, examples/postgres/json/Cargo.toml, examples/postgres/listen/Cargo.toml, examples/postgres/mockable-todos/Cargo.toml, examples/postgres/multi-database/Cargo.toml, examples/postgres/multi-database/accounts/Cargo.toml, examples/postgres/multi-database/payments/Cargo.toml, examples/postgres/multi-tenant/Cargo.toml, examples/postgres/multi-tenant/accounts/Cargo.toml, examples/postgres/multi-tenant/payments/Cargo.toml, examples/postgres/preferred-crates/Cargo.toml, examples/postgres/preferred-crates/uses-rust-decimal/Cargo.toml, examples/postgres/preferred-crates/uses-time/Cargo.toml, examples/postgres/todos/Cargo.toml, examples/postgres/transaction/Cargo.toml, examples/sqlite/extension/Cargo.toml, examples/sqlite/serialize/Cargo.toml, examples/sqlite/todos/Cargo.toml, sqlx-cli/Cargo.toml, sqlx-core/Cargo.toml, sqlx-macros-core/Cargo.toml, sqlx-macros/Cargo.toml, sqlx-mysql/Cargo.toml, sqlx-postgres/Cargo.toml, sqlx-sqlite/Cargo.toml, sqlx-test/Cargo.toml |
| dependency_bot_commit_share | 0 |
| 45/45 | Type-checkable code — Rust (statically typed) |
| 54.8/55 | Manageable file sizes — 2/459 source files over 60KB |
| primary_language | Rust |
| largest_source_bytes | 67,493 |
| source_files_sampled | 459 |
| oversized_source_files | 2 |
| 0/40 | API schema (OpenAPI/GraphQL/proto) |
| 0/20 | MCP server |
| 40/40 | Runnable examples — examples |
| example_dirs | examples |
| has_mcp_signal | no |
| api_schema_files | — |
When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.
Only the most recent history is shown — this repository exceeds the collection window, so the earliest history is not captured.
Each point covers 4 days.
Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 10 | CI-Tests | 30 out of 30 merged PRs checked by a CI test -- score normalized to 10 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 8 | Code-Review | Found 25/30 approved changesets -- score normalized to 8 |
| 10 | Contributors | project has 57 contributing companies or organizations |
| 10 | Dangerous-Workflow | no dangerous workflow patterns detected |
| 0 | Dependency-Update-Tool | no update tool detected |
| 0 | Fuzzing | project is not fuzzed |
| 10 | License | license file detected |
| 8 | Maintained | 8 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 8 |
| n/a | Packaging | packaging workflow not detected |
| 0 | Pinned-Dependencies | dependency not pinned by hash detected -- score normalized to 0 |
| 0 | SAST | SAST tool is not run on all commits -- score normalized to 0 |
| 0 | Security-Policy | security policy file not detected |
| n/a | Signed-Releases | no releases found |
| 0 | Token-Permissions | detected GitHub workflow tokens with excessive permissions |
| 10 | Vulnerabilities | 0 existing vulnerabilities detected |
| Registry | Package | Version constraint | Manifest |
|---|---|---|---|
| crates.io | sqlx-core | — | Cargo.toml |
| crates.io | sqlx-macros | — | Cargo.toml |
| crates.io | sqlx-mysql | — | Cargo.toml |
| crates.io | sqlx-postgres | — | Cargo.toml |
| crates.io | sqlx-sqlite | — | Cargo.toml |
| crates.io | dotenvy | 0.15.7 | sqlx-cli/Cargo.toml |
| crates.io | tokio | 1.25.0 | sqlx-cli/Cargo.toml |
| crates.io | futures-util | 0.3.32 | sqlx-cli/Cargo.toml |
| crates.io | clap | 4.4.7 | sqlx-cli/Cargo.toml |
| crates.io | clap_complete | 4.3.1 | sqlx-cli/Cargo.toml |
| crates.io | chrono | 0.4.34 | sqlx-cli/Cargo.toml |
| crates.io | anyhow | 1.0.58 | sqlx-cli/Cargo.toml |
| crates.io | console | 0.15.0 | sqlx-cli/Cargo.toml |
| crates.io | dialoguer | 0.11 | sqlx-cli/Cargo.toml |
| crates.io | serde_json | 1.0.142 | sqlx-cli/Cargo.toml |
| crates.io | glob | 0.3.0 | sqlx-cli/Cargo.toml |
| crates.io | openssl | 0.10.46 | sqlx-cli/Cargo.toml |
| crates.io | cargo_metadata | 0.23.1 | sqlx-cli/Cargo.toml |
| crates.io | filetime | 0.2.25 | sqlx-cli/Cargo.toml |
| crates.io | backoff | 0.4.0 | sqlx-cli/Cargo.toml |
| crates.io | sqlx | — | sqlx-cli/Cargo.toml |
| crates.io | async-global-executor | — | sqlx-core/Cargo.toml |
| crates.io | async-std | — | sqlx-core/Cargo.toml |
| crates.io | smol | — | sqlx-core/Cargo.toml |
| crates.io | tokio | — | sqlx-core/Cargo.toml |
| crates.io | native-tls | 0.2.10 | sqlx-core/Cargo.toml |
| crates.io | rustls | 0.23.24 | sqlx-core/Cargo.toml |
| crates.io | webpki-roots | 1 | sqlx-core/Cargo.toml |
| crates.io | rustls-native-certs | 0.8.0 | sqlx-core/Cargo.toml |
| crates.io | bit-vec | — | sqlx-core/Cargo.toml |
| crates.io | bigdecimal | — | sqlx-core/Cargo.toml |
| crates.io | chrono | — | sqlx-core/Cargo.toml |
| crates.io | rust_decimal | — | sqlx-core/Cargo.toml |
| crates.io | time | — | sqlx-core/Cargo.toml |
| crates.io | ipnet | — | sqlx-core/Cargo.toml |
| crates.io | ipnetwork | — | sqlx-core/Cargo.toml |
| crates.io | mac_address | — | sqlx-core/Cargo.toml |
| crates.io | uuid | — | sqlx-core/Cargo.toml |
| crates.io | async-fs | 2.1 | sqlx-core/Cargo.toml |
| crates.io | async-io | 2.4.1 | sqlx-core/Cargo.toml |
| crates.io | async-task | 4.7.1 | sqlx-core/Cargo.toml |
| crates.io | base64 | — | sqlx-core/Cargo.toml |
| crates.io | bytes | 1.2.0 | sqlx-core/Cargo.toml |
| crates.io | cfg-if | — | sqlx-core/Cargo.toml |
| crates.io | crc | 3 | sqlx-core/Cargo.toml |
| crates.io | crossbeam-queue | 0.3.2 | sqlx-core/Cargo.toml |
| crates.io | either | 1.6.1 | sqlx-core/Cargo.toml |
| crates.io | futures-core | 0.3.32 | sqlx-core/Cargo.toml |
| crates.io | futures-io | 0.3.32 | sqlx-core/Cargo.toml |
| crates.io | futures-intrusive | 0.5.0 | sqlx-core/Cargo.toml |
| crates.io | futures-util | 0.3.32 | sqlx-core/Cargo.toml |
| crates.io | log | 0.4.18 | sqlx-core/Cargo.toml |
| crates.io | memchr | 2.5.0 | sqlx-core/Cargo.toml |
| crates.io | percent-encoding | 2.3.0 | sqlx-core/Cargo.toml |
| crates.io | serde | 1.0.219 | sqlx-core/Cargo.toml |
| crates.io | serde_json | 1.0.142 | sqlx-core/Cargo.toml |
| crates.io | toml | 0.8.16 | sqlx-core/Cargo.toml |
| crates.io | sha2 | — | sqlx-core/Cargo.toml |
| crates.io | tokio-stream | 0.1.8 | sqlx-core/Cargo.toml |
| crates.io | tracing | 0.1.37 | sqlx-core/Cargo.toml |
| crates.io | smallvec | 1.13.1 | sqlx-core/Cargo.toml |
| crates.io | url | 2.2.2 | sqlx-core/Cargo.toml |
| crates.io | bstr | 1.0.1 | sqlx-core/Cargo.toml |
| crates.io | hashlink | 0.11.0 | sqlx-core/Cargo.toml |
| crates.io | indexmap | 2.0 | sqlx-core/Cargo.toml |
| crates.io | event-listener | 5.2.0 | sqlx-core/Cargo.toml |
| crates.io | hashbrown | 0.16.0 | sqlx-core/Cargo.toml |
| crates.io | thiserror | — | sqlx-core/Cargo.toml |
| crates.io | sqlx-core | — | sqlx-macros-core/Cargo.toml |
| crates.io | sqlx-mysql | — | sqlx-macros-core/Cargo.toml |
| crates.io | sqlx-postgres | — | sqlx-macros-core/Cargo.toml |
| crates.io | sqlx-sqlite | — | sqlx-macros-core/Cargo.toml |
| crates.io | async-global-executor | — | sqlx-macros-core/Cargo.toml |
| crates.io | async-std | — | sqlx-macros-core/Cargo.toml |
| crates.io | smol | — | sqlx-macros-core/Cargo.toml |
| crates.io | tokio | — | sqlx-macros-core/Cargo.toml |
| crates.io | cfg-if | — | sqlx-macros-core/Cargo.toml |
| crates.io | dotenvy | — | sqlx-macros-core/Cargo.toml |
| crates.io | thiserror | — | sqlx-macros-core/Cargo.toml |
| crates.io | hex | 0.4.3 | sqlx-macros-core/Cargo.toml |
| crates.io | heck | 0.5 | sqlx-macros-core/Cargo.toml |
| crates.io | either | 1.6.1 | sqlx-macros-core/Cargo.toml |
| crates.io | proc-macro2 | 1.0.83 | sqlx-macros-core/Cargo.toml |
| crates.io | serde | 1.0.219 | sqlx-macros-core/Cargo.toml |
| crates.io | serde_json | 1.0.142 | sqlx-macros-core/Cargo.toml |
| crates.io | sha2 | — | sqlx-macros-core/Cargo.toml |
| crates.io | syn | 2.0.87 | sqlx-macros-core/Cargo.toml |
| crates.io | quote | 1.0.35 | sqlx-macros-core/Cargo.toml |
| crates.io | url | 2.2.2 | sqlx-macros-core/Cargo.toml |
| crates.io | sqlx-core | — | sqlx-macros/Cargo.toml |
| crates.io | sqlx-macros-core | — | sqlx-macros/Cargo.toml |
| crates.io | proc-macro2 | 1.0.83 | sqlx-macros/Cargo.toml |
| crates.io | syn | 2.0.87 | sqlx-macros/Cargo.toml |
| crates.io | quote | 1.0.35 | sqlx-macros/Cargo.toml |
| crates.io | sqlx-core | — | sqlx-mysql/Cargo.toml |
| crates.io | futures-core | 0.3.32 | sqlx-mysql/Cargo.toml |
| crates.io | futures-util | 0.3.32 | sqlx-mysql/Cargo.toml |
| crates.io | crc | — | sqlx-mysql/Cargo.toml |
| crates.io | digest | — | sqlx-mysql/Cargo.toml |
| crates.io | rand | — | sqlx-mysql/Cargo.toml |
| crates.io | rsa | — | sqlx-mysql/Cargo.toml |
| crates.io | sha1 | — | sqlx-mysql/Cargo.toml |
| crates.io | sha2 | — | sqlx-mysql/Cargo.toml |
| crates.io | bigdecimal | — | sqlx-mysql/Cargo.toml |
| crates.io | chrono | — | sqlx-mysql/Cargo.toml |
| crates.io | rust_decimal | — | sqlx-mysql/Cargo.toml |
| crates.io | time | — | sqlx-mysql/Cargo.toml |
| crates.io | uuid | — | sqlx-mysql/Cargo.toml |
| crates.io | bitflags | 2.4 | sqlx-mysql/Cargo.toml |
| crates.io | byteorder | 1.4.3 | sqlx-mysql/Cargo.toml |
| crates.io | bytes | 1.2.0 | sqlx-mysql/Cargo.toml |
| crates.io | either | 1.6.1 | sqlx-mysql/Cargo.toml |
| crates.io | generic-array | 0.14.4 | sqlx-mysql/Cargo.toml |
| crates.io | log | 0.4.18 | sqlx-mysql/Cargo.toml |
| crates.io | percent-encoding | 2.3.0 | sqlx-mysql/Cargo.toml |
| crates.io | tracing | 0.1.37 | sqlx-mysql/Cargo.toml |
| crates.io | dotenvy | — | sqlx-mysql/Cargo.toml |
| crates.io | thiserror | — | sqlx-mysql/Cargo.toml |
| crates.io | serde | 1.0.219 | sqlx-mysql/Cargo.toml |
| crates.io | futures-channel | 0.3.32 | sqlx-postgres/Cargo.toml |
| crates.io | futures-core | 0.3.32 | sqlx-postgres/Cargo.toml |
| crates.io | futures-util | 0.3.32 | sqlx-postgres/Cargo.toml |
| crates.io | crc | — | sqlx-postgres/Cargo.toml |
| crates.io | hkdf | — | sqlx-postgres/Cargo.toml |
| crates.io | hmac | — | sqlx-postgres/Cargo.toml |
| crates.io | md-5 | — | sqlx-postgres/Cargo.toml |
| crates.io | rand | — | sqlx-postgres/Cargo.toml |
| crates.io | sha2 | — | sqlx-postgres/Cargo.toml |
| crates.io | bigdecimal | — | sqlx-postgres/Cargo.toml |
| crates.io | bit-vec | — | sqlx-postgres/Cargo.toml |
| crates.io | chrono | — | sqlx-postgres/Cargo.toml |
| crates.io | ipnet | — | sqlx-postgres/Cargo.toml |
| crates.io | ipnetwork | — | sqlx-postgres/Cargo.toml |
| crates.io | mac_address | — | sqlx-postgres/Cargo.toml |
| crates.io | rust_decimal | — | sqlx-postgres/Cargo.toml |
| crates.io | time | — | sqlx-postgres/Cargo.toml |
| crates.io | uuid | — | sqlx-postgres/Cargo.toml |
| crates.io | atoi | 2.0 | sqlx-postgres/Cargo.toml |
| crates.io | base64 | — | sqlx-postgres/Cargo.toml |
| crates.io | bitflags | 2.4 | sqlx-postgres/Cargo.toml |
| crates.io | byteorder | 1.4.3 | sqlx-postgres/Cargo.toml |
| crates.io | hex | 0.4.3 | sqlx-postgres/Cargo.toml |
| crates.io | itoa | 1.0.5 | sqlx-postgres/Cargo.toml |
| crates.io | log | 0.4.18 | sqlx-postgres/Cargo.toml |
| crates.io | memchr | 2.5.0 | sqlx-postgres/Cargo.toml |
| crates.io | num-bigint | 0.4.3 | sqlx-postgres/Cargo.toml |
| crates.io | smallvec | 1.13.1 | sqlx-postgres/Cargo.toml |
| crates.io | stringprep | 0.1.2 | sqlx-postgres/Cargo.toml |
| crates.io | tracing | 0.1.37 | sqlx-postgres/Cargo.toml |
| crates.io | whoami | 2.0.2 | sqlx-postgres/Cargo.toml |
| crates.io | dotenvy | — | sqlx-postgres/Cargo.toml |
| crates.io | thiserror | — | sqlx-postgres/Cargo.toml |
| crates.io | serde | 1.0.219 | sqlx-postgres/Cargo.toml |
| crates.io | serde_json | 1.0.142 | sqlx-postgres/Cargo.toml |
| crates.io | sqlx-core | — | sqlx-postgres/Cargo.toml |
| crates.io | libsqlite3-sys | >=0.30.1, <0.38.0 | sqlx-sqlite/Cargo.toml |
| crates.io | futures-core | 0.3.32 | sqlx-sqlite/Cargo.toml |
| crates.io | futures-channel | 0.3.32 | sqlx-sqlite/Cargo.toml |
| crates.io | futures-executor | 0.3.32 | sqlx-sqlite/Cargo.toml |
| crates.io | futures-intrusive | 0.5.0 | sqlx-sqlite/Cargo.toml |
| crates.io | futures-util | 0.3.32 | sqlx-sqlite/Cargo.toml |
| crates.io | chrono | — | sqlx-sqlite/Cargo.toml |
| crates.io | time | — | sqlx-sqlite/Cargo.toml |
| crates.io | uuid | — | sqlx-sqlite/Cargo.toml |
| crates.io | url | 2.2.2 | sqlx-sqlite/Cargo.toml |
| crates.io | percent-encoding | 2.3.0 | sqlx-sqlite/Cargo.toml |
| crates.io | form_urlencoded | 1.2.2 | sqlx-sqlite/Cargo.toml |
| crates.io | flume | 0.12.0 | sqlx-sqlite/Cargo.toml |
| crates.io | atoi | 2.0 | sqlx-sqlite/Cargo.toml |
| crates.io | log | 0.4.18 | sqlx-sqlite/Cargo.toml |
| crates.io | tracing | 0.1.37 | sqlx-sqlite/Cargo.toml |
| crates.io | thiserror | — | sqlx-sqlite/Cargo.toml |
| crates.io | serde | 1.0.219 | sqlx-sqlite/Cargo.toml |
| crates.io | regex | 1.6.0 | sqlx-sqlite/Cargo.toml |
| crates.io | sqlx-core | — | sqlx-sqlite/Cargo.toml |
| crates.io | sqlx | — | sqlx-test/Cargo.toml |
| crates.io | env_logger | 0.11 | sqlx-test/Cargo.toml |
| crates.io | dotenvy | 0.15.7 | sqlx-test/Cargo.toml |
| crates.io | anyhow | 1.0.58 | sqlx-test/Cargo.toml |
The resolved dependency set could not be collected for this report: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository
Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.
Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.7.0, schema v0.31.0 — full methodology · metrics wiki.
How one result sits in the wider record: aggregate statistics — crates.io.