kjunichi / plv8

V8 Engine Javascript Procedural Language add-on for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PL/v8 - A Procedural Language in JavaScript powered by V8

PL/v8 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.

Documentation

The documentation covers the following implemented features:

Notes:

PL/v8 is hosted on github at: https://github.com/plv8/plv8

PL/v8 is distributed by PGXN. For more detail, see: http://pgxn.org/dist/plv8/doc/plv8.html

About

V8 Engine Javascript Procedural Language add-on for PostgreSQL

License:Other


Languages

Language:C++ 76.6%Language:PLpgSQL 18.8%Language:Makefile 3.5%Language:C 0.7%Language:Shell 0.4%