inian / plv8

V8 Engine Javascript Procedural Language add-on for PostgreSQL

Home Page:https://plv8.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLV8 - A Procedural Language in Javascript powered by V8

PLV8 is a shared library that provides a PostgreSQL procedural language powered by V8 Javascript Engine. With this program you can write in Javascript your function that is callable from SQL.

Installing

=# CREATE EXTENSION plv8;

This will install PLV8 into your database if it exists as an extension.

Testing

To test, you can execute:

=# DO $$ plv8.elog(NOTICE, "hello there!"); $$ LANGUAGE plv8;

For full documentation, see https://plv8.github.io/.

About

V8 Engine Javascript Procedural Language add-on for PostgreSQL

https://plv8.github.io/

License:Other


Languages

Language:C++ 97.7%Language:PLpgSQL 1.5%Language:CSS 0.2%Language:CMake 0.1%Language:Makefile 0.1%Language:PowerShell 0.1%Language:TSQL 0.1%Language:JavaScript 0.1%Language:Shell 0.1%Language:C 0.0%Language:Batchfile 0.0%Language:Smarty 0.0%