Extensions / Procedural languages
add C# and F# procedural languages to PostgreSQL through .NET
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | pldotnet |
|---|---|
| Version | 0.9 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Preview |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pldotnet |
| Stars | 164 |
| Latest commit | 2024-05-06 |
| Latest release | 2024-03-19 |
| Catalogue updated | 2026-08-30 |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| 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. |
| 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. |
| pg_typescript | pg_typescript: TypeScript/JavaScript procedural language for PostgreSQL |
| 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. |