Skip to content

plv8/pljs

Repository files navigation

PLJS

PLJS is a trusted JavaScript Language Extension for PostgreSQL.

It is compact, lightweight, and fast.

A Discord is available for general questions, discussions, and support. Please check there before opening an issue.

Technology

JavaScript: QuickJS

PostgreSQL: 14+

Current Status

1.0.0 released.

Using PLJS

Once the extension has been installed (see Building), you can run:

CREATE EXTENSION pljs;

from your SQL REPL.

You can test that it works by executing:

DO $$ pljs.elog(NOTICE, "Hello, World!") $$ LANGUAGE pljs;

Documentation

About

PLJS - Javascript Language Plugin for PostreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published