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