How to Install postgresql-10-plv8 in Ubuntu 18.04



Install postgresql-10-plv8 by entering the following commands in the terminal:

sudo apt update
sudo apt install postgresql-10-plv8

Description:

Procedural language interface between PostgreSQL and JavaScript

V8 is a high performance JavaScript engine written in C++. It is used in the document-oriented data store MongoDB. . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to JavaScript from PostgreSQL. Procedural languages are used to write functions which can be called in database queries.

Homepage: https://github.com/plv8/plv8

Version: 1:1.4.10.ds-2

Section: universe/database