Extensions / Procedural languages
Run scalar, set-returning, inline, and trigger functions in the embedded mruby runtime
pgext.cloud · Source code · Documentation · Control file
| Package | plmruby |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pg_catalog |
| Stars | 11 |
| Latest commit | 2015-11-15 |
| Catalogue updated | 2026-08-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 |
| plswipl | Execute PostgreSQL functions and inline blocks in an embedded SWI-Prolog runtime |
| holycorn | Ruby foreign data wrapper provider |
| 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 |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| pgtsql | provide Transact-SQL compatibility for PostgreSQL |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| pljvm | A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process. |