pg_typescript, a Postgres extension for writing functions in TypeScript
SMRTR summary
pg_typescript is a PostgreSQL extension that enables writing database functions in TypeScript using Deno's v8 runtime. It supports full TypeScript syntax, npm package imports, and provides sandboxed execution with Node.js compatibility. The extension includes a comprehensive permission system via PostgreSQL GUCs and allows TypeScript functions to call back into PostgreSQL through a _pg.execute() API.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article