Lua

From PostgreSQL wiki

(Difference between revisions)
Jump to: navigation, search
(Add link to LuaPgSQL on github)
(license is BSD, not MIT...)
 
Line 1: Line 1:
= Using Lua to Access a PostgreSQL Database =
= Using Lua to Access a PostgreSQL Database =
-
There is an MIT-licensed Lua binding to libpq which gives you more or less all features found in the libpq C library in Lua:
+
There is an BSD-licensed Lua binding to libpq which gives you more or less all features found in the libpq C library in Lua:
[https://github.com/mbalmer/luapgsql LuaPgSQL]
[https://github.com/mbalmer/luapgsql LuaPgSQL]

Latest revision as of 16:53, 24 February 2013

Using Lua to Access a PostgreSQL Database

There is an BSD-licensed Lua binding to libpq which gives you more or less all features found in the libpq C library in Lua:

LuaPgSQL

Personal tools