Skip to content

AnandSingh314/PL-php

 
 

Repository files navigation

PL/php is a procedural language add-on for PostgreSQL.

It allows you to create PHP functions that are stored inside a PostgreSQL
database server.  They can then be used as stored procedures.  They have
many of the functionalities of a standard PostgreSQL function, and you
can use them to write triggers, set-returning functions, and plain functions
that would just be too complex or cumbersome to write in PL/pgSQL.

About

Procedural Language PHP for PostgreSQL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • PLpgSQL 21.1%
  • C++ 1.2%