LuaPgSQL-1.6.0 released

From: Marc Balmer <marc(at)msys(dot)ch>
To: Lua mailing list <lua-l(at)lists(dot)lua(dot)org>, pgsql-announce(at)postgresql(dot)org
Subject: LuaPgSQL-1.6.0 released
Date: 2016-08-21 08:40:33
Message-ID: 47011E65-4C20-4B92-8F3F-554E7ACE0F28@msys.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

It's my pleasure to announce version 1.6.0 of LuaPgSQL, the Lua interface to PostgreSQL.

This version fixes bugs, makes the API more Lua friendly (e.g. by returning true/false instead
of integer values) and simplifies part of the code.

It fully supports Lua 5.3.3 and is available as usual on https://github.com/arcapos/luapgsql.

Is it for you or should you go with LuaSQL instead? That depends on whether you just need
a few simple and probably database agnostic SQL statements or if you want to use the many
advanced features of PostgreSQL like asynchronous notifications etc. LuaPgSQL is not
a database agnostic interface, it is specifically for PostgreSQL, where it supports all
functionality that the C interface does as well (plus some "Luaisms" that come in handy).

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2016-08-22 00:35:14 == PostgreSQL Weekly News - August 21 2016 ==
Previous Message David Fetter 2016-08-14 21:45:12 == PostgreSQL Weekly News - August 14 2016 ==