Giter Site home page Giter Site logo

urskramer / plv8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asah/plv8

0.0 2.0 0.0 9.47 MB

V8 Engine Javascript Procedural Language add-on for PostgreSQL

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

License: Other

Dockerfile 0.06% Makefile 0.11% PLpgSQL 1.46% CSS 0.16% JavaScript 0.07% Smarty 0.02% Shell 0.10% C++ 97.74% C 0.05% CMake 0.13% Batchfile 0.03% PowerShell 0.08%

plv8's Introduction

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. If it doesn't, then you should ask your administrator to add plv8.

Testing

To test, you can execute:

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

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

plv8's People

Contributors

jerrysievert avatar umitanuki avatar bendiy avatar itgacky avatar asah avatar clkao avatar adunstan avatar haradh1 avatar audreyt avatar bnoordhuis avatar car3ca avatar kokizzu avatar ayan4m1 avatar deinspanjer avatar coconitro avatar theory avatar eugwne avatar johnzzw avatar johnhvancouver avatar juniorrojas avatar schwebke avatar

Watchers

James Cloos avatar Urs Kramer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.