Skip to content

supabase/postgres-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postgres-deno

Postgres Deno

A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.

Contents

About

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.

Status

Still a Proof of concept! We're developing in public.

  • POC: this is a concept. We're testing to see if it's even possible.
  • Alpha: Under heavy development.
  • Beta: Ready for use. But go easy on us, there may be a few kinks.
  • 1.0: Use in production!

FAQ's

What is Deno?

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.

Why use this over plv8?

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.

Credits

Logo derived from the orignal Deno icon and an icon made by Freepik.

About

A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published