select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Procedural languages

pldotnet

add C# and F# procedural languages to PostgreSQL through .NET

pgext.cloud · Source code · Website · Documentation · License text · Control file

Overview

Packagepldotnet
Version0.9
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Project statusPreview
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapldotnet
Stars164
Latest commit2024-05-06
Latest release2024-03-19
Catalogue updated2026-08-30

Related extensions

See also

plhaskellprovide trusted and untrusted Haskell procedural languages for PostgreSQL
plrubyEmbed MRI Ruby as an untrusted PostgreSQL procedural language
plrustCompiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
pgosqlC procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views.
plsixprovide a Perl 6/Raku procedural language handler for PostgreSQL
pgprologPostgreSQL procedural language handler for Prolog, embedding Scryer Prolog.
pljvmA PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process.
pg_typescriptpg_typescript: TypeScript/JavaScript procedural language for PostgreSQL
pljuliaEmbeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion.
postrEmbeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions.