A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.
This is a PostgreSQL extension for Deno. It is still a proof of concept. This will theoritically allow users to create database functions and triggers in TypeScript.
Still a Proof of concept! We’re developing in public.
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. It was created by Ryan Dahl, original creator of Node.js, and is focused on productivity.
plv8 requires you to install node packages on your server. Deno can import modules from any location on the web, like GitHub, or a CDN like Skypack or jspm.io.
Logo derived from the orignal Deno icon and an icon made by Freepik.
Author: supabase
Source Code: https://github.com/supabase/pldeno
#deno #nodejs #node #javascript