All Projects → plv8 → Plv8

plv8 / Plv8

Licence: other
V8 Engine Javascript Procedural Language add-on for PostgreSQL

Projects that are alternatives of or similar to Plv8

Pg hashids
Short unique id generator for PostgreSQL, using hashids
Stars: ✭ 164 (-86.28%)
Mutual labels:  database, postgresql, postgres, postgresql-extension
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+2142.93%)
Mutual labels:  database, postgresql, postgres
Blog
Everything about database,business.(Most for PostgreSQL).
Stars: ✭ 6,330 (+429.71%)
Mutual labels:  database, postgresql, postgres
Squid
🦑 Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-95.23%)
Mutual labels:  database, postgresql, postgres
Pgaudit
PostgreSQL Audit Extension
Stars: ✭ 532 (-55.48%)
Mutual labels:  database, postgresql, postgresql-extension
Pg auto failover
Postgres extension and service for automated failover and high-availability
Stars: ✭ 564 (-52.8%)
Mutual labels:  postgresql, postgres, postgresql-extension
Pgx
Build Postgres Extensions with Rust!
Stars: ✭ 903 (-24.44%)
Mutual labels:  postgresql, postgres, postgresql-extension
Ansible Role Postgresql
Ansible Role - PostgreSQL
Stars: ✭ 310 (-74.06%)
Mutual labels:  database, postgresql, postgres
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (-29.87%)
Mutual labels:  database, postgresql, postgres
Go Kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
Stars: ✭ 853 (-28.62%)
Mutual labels:  database, postgresql, postgres
Awesome Postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Stars: ✭ 7,468 (+524.94%)
Mutual labels:  database, postgresql, postgres
Citus
Distributed PostgreSQL as an extension
Stars: ✭ 5,580 (+366.95%)
Mutual labels:  database, postgresql, postgres
Sqlboiler
Generate a Go ORM tailored to your database schema.
Stars: ✭ 4,497 (+276.32%)
Mutual labels:  database, postgresql, postgres
Pgmetrics
Collect and display information and stats from a running PostgreSQL server
Stars: ✭ 612 (-48.79%)
Mutual labels:  database, postgresql, postgres
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (-68.79%)
Mutual labels:  database, postgresql, postgres
Efcore.pg
Entity Framework Core provider for PostgreSQL
Stars: ✭ 838 (-29.87%)
Mutual labels:  database, postgresql, postgres
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-96.74%)
Mutual labels:  database, postgresql, postgres
Pg chameleon
MySQL to PostgreSQL replica system
Stars: ✭ 274 (-77.07%)
Mutual labels:  database, postgresql, postgres
Dbq
Zero boilerplate database operations for Go
Stars: ✭ 273 (-77.15%)
Mutual labels:  database, postgresql, postgres
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (-98.16%)
Mutual labels:  database, postgresql, postgres

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.

Testing

To test, you can execute:

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].