Extensions / Procedural languages
Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
pgext.cloud · Source code · Website · License text · Control file
| Package | plrust |
|---|---|
| Version | 1.1 |
| PostgreSQL versions | 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | plrust |
| Schema | plrust |
| Stars | 1,398 |
| Latest commit | 2026-02-27 |
| Latest release | 2024-03-07 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| plpython3t | A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t. |
| pljvm | A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process. |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| plsix | provide a Perl 6/Raku procedural language handler for PostgreSQL |
| pg_typescript | pg_typescript: TypeScript/JavaScript procedural language for PostgreSQL |