pgcentralfoundation/plrust
A Rust procedural language handler for PostgreSQL observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 69
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2104
- days_rel: n/a
- days_push: 187
- n_releases_24m: 0
Adoption not part of the score
1397 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PL/Rust is a loadable procedural language handler for PostgreSQL that lets developers write database functions in Rust, compiled to native machine code. It is built on the pgrx framework and can run as a 'trusted' language on x86_64 and aarch64 Linux, providing compile-time safety guarantees inside the database.
Use cases
- write PostgreSQL functions in Rust
- create natively compiled stored procedures in Postgres
- write trigger functions in Rust
- use Rust's ecosystem inside PostgreSQL
- run a trusted procedural language in Postgres
- improve performance of database functions over interpreted PLs
When to choose
- you need maximum performance for PostgreSQL functions via native compilation
- you want Rust's memory-safety guarantees for database code
- you need access to Postgres SPI, triggers, and built-in data types from Rust
- you're on x86_64 or aarch64 Linux and want a trusted procedural language
When to avoid
- you need a procedural language on non-Linux or non-x86_64/aarch64 systems with trusted guarantees
- you want a simple interpreted language without a Rust toolchain and compilation setup
- your deployment can't install rustc, pgrx, and build dependencies on the database server
Facets
plugin · maturity active
compiler interpreter sdk security databases programming-languages developer-tools rust cpp postgresql-extension procedural-language pgrx stored-functions trusted-language native-compilation linux macos
5 sources
- readme: https://github.com/pgcentralfoundation/plrust · fetched 2026-08-28 · 99b1cb1b1610
- homepage: https://plrust.io/ · fetched 2026-08-29 · de8a62bec1bd
- site_page: https://plrust.io/install-prerequisites.html · fetched 2026-08-29 · b8a6ba819cce
- site_page: https://plrust.io/install-plrust.html · fetched 2026-08-29 · 4dca236f79db
- site_page: https://plrust.io/install-plrust-on-debian-ubuntu.html · fetched 2026-08-29 · 75c859543968
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pgcentralfoundation/plrust | main | 54 |
For agents
markdown · JSON · MCP: product_card(name="pgcentralfoundation/plrust")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem