Extensions / Procedural languages
provide a Perl 6/Raku procedural language handler for PostgreSQL
pgext.cloud · Source code · Documentation · License text · Control file
| Package | plsix |
|---|---|
| Version | 2 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2019-06-21 |
| Catalogue updated | 2026-08-30 |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| pljvm | A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process. |
| pg_typescript | pg_typescript: TypeScript/JavaScript procedural language for PostgreSQL |
| plpython3t | A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t. |
| postr | Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions. |