openbsd-ports/databases/postgresql-pllua/pkg/DESCR
jeremy 8059b804ae Import postgresql-pllua, adding support for the PL/Lua procedural
language to PostgreSQL.

Feedback and OK sthen@
2012-10-10 10:41:36 +00:00

8 lines
391 B
Plaintext

PL/Lua is an implementation of Lua as a loadable procedural language for
PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
written in the Lua programming language.
PL/Lua brings the power and simplicity of Lua to PostgreSQL, including:
small memory footprint, simple syntax, lexical scoping, functions as
first-class values, and coroutines for non-preemptive threading.