Extensions / Procedural languages
PL/JavaScript (v8) trusted procedural language
pgext.cloud · Source code · Website · License text · Control file · PGXN
| Package | plv8 |
|---|---|
| Version | 3.2.4 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | pg_catalog |
| Stars | 2,052 |
| Latest commit | 2026-05-07 |
| Latest release | 2025-07-05 |
| Catalogue updated | 2026-08-30 |
| brainfuck | Run Brainfuck programs inside PostgreSQL using a PLV8 trusted language extension. |
| jsonpath | Run JSONPath queries through a bundled JavaScript implementation in PLV8 |
| op_log | Trigger-based row change history recorded after transaction commit. |
| plv8geo | PL/v8 geospatial functions that bundle D3, TopoJSON, JSTS, GeoTIFF and related JavaScript libraries for PostGIS workflows. |
| tablelog | Trigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL. |