rust-postgres/rust-postgres
Native PostgreSQL driver for the Rust programming language observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 94
- Release rhythm 88
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 4789
- days_rel: 82
- days_push: 37
- n_releases_24m: 35
Adoption not part of the score
3988 stars · 574 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A native PostgreSQL client library for Rust, offering both synchronous (postgres) and asynchronous (tokio-postgres) drivers. It includes supporting crates for Rust-Postgres type conversions and TLS integration via native-tls or openssl.
Use cases
- connect to postgres from rust
- async postgresql queries with tokio
- run sql statements in a rust application
- tls-encrypted postgres connections in rust
- map postgres types to rust types
When to choose
- you need a native, dependency-light PostgreSQL driver in Rust
- you want async database access integrated with the Tokio ecosystem
- you need fine-grained control over queries without a full ORM
When to avoid
- you want an ORM with migrations and model relations (consider Diesel or SeaORM)
- you need a database-agnostic driver that works across multiple databases
- your project uses a different language than Rust
Facets
library · maturity stable
database-driver database databases backend developer-tools rust cross-platform postgresql async tokio tls
1 source
- readme: https://github.com/rust-postgres/rust-postgres · fetched 2026-08-28 · e4e7c2898f07
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-postgres/rust-postgres | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="rust-postgres/rust-postgres")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem