lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Feb 18, 2015 at 12:17 AM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
> Hi,
>
> Does anyone have experience with, for example, LuaDBI and LuaSQL?  It looks like LuaDBI (on googlecode at least) hasn’t been updated since 2010, while LuaSQL dates to 2012.  Any alternatives?  I’ve tended to use one of the SQLite-only drivers in the past, but now I need to connect to Postgres, so it’s probably time I educated myself a bit.
>

I use pgmoon [1] for Postgres. It can be used with OpenResty (async)
and luasocket (sync).

[1] https://github.com/leafo/pgmoon


Best regards,
Boris Nagaev