IABSD.fr/ports/databases/postgresql-plv8

Branch :


Log

Author Commit Date CI Message
be345fac 2013-10-15 02:19:18 Update RUN_DEPENDS after PostgreSQL 9.3 update. OK pea@ (MAINTAINER), bulk testing by landry@
c2832a12 2013-08-07 21:31:12 move http://code.google.com, *.googlecode.com, and sites.google.com to https suggested by bentley@
3f680606 2013-03-11 02:52:04 PERMIT_* / REGRESS->TEST sweep
9857ee43 2012-12-20 16:16:34 Add postgresql-plv8 1.3.0 PLV8 is a shared library that provides a PostgreSQL procedual language powered by V8 JavaScript Engine. With this program you can write in JavaScript your function that is callable from SQL. Supported features are: * Functions can receive any arguments, and return a value or set of records. * Execute any SQL commands with built-in plv8.execute() function. * Automatic data conversion between PostgreSQL and JavaScript, including string, numbers, timestamps, arrays, and records. * Records are converted to JSON which keys are column names. * Other types are converted to strings. * Partial support to write TRIGGER handlers. * EXTENSION support. * CoffeeScript and LiveScript support. OK abieber@