Extensions / Procedural languages
Embeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pljulia |
|---|---|
| Version | 0.8 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pg_catalog |
| Stars | 2 |
| Latest commit | 2026-06-19 |
| Latest release | 2021-01-26 |
| Catalogue updated | 2026-07-30 |
| postr | Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions. |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| 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 |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| pljvm | A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process. |