Extensions / Procedural languages
Execute PostgreSQL functions and inline blocks in an embedded SWI-Prolog runtime
pgext.cloud · Source code · Documentation · License text · Control file
| Package | plswipl |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pg_catalog |
| Stars | 8 |
| Latest commit | 2016-03-31 |
| Catalogue updated | 2026-08-30 |
| plmruby | Run scalar, set-returning, inline, and trigger functions in the embedded mruby runtime |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| pljulia | Embeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion. |
| postr | Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions. |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| pgtsql | provide Transact-SQL compatibility for PostgreSQL |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |