postgresql-9.3-plv8

Procedural language interface between postgresql and javascript
  http://code.google.com/p/plv8js/
  0
  no reviews



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.