Ross ROSS = Recommend OSS · open-source software intelligence for agents

pgcentralfoundation/plrust

A Rust procedural language handler for PostgreSQL observed · 2026-08-28

github.com/pgcentralfoundation/plrust · homepage · Rust · PostgreSQL (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
pgcentralfoundation/plrustmain54

For agents

markdown · JSON · MCP: product_card(name="pgcentralfoundation/plrust")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem