lua-users home
lua-l archive

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


On Sun, Jan 2, 2011 at 11:02 AM, Steve Litt <slitt@troubleshooters.com> wrote:
> * GUI interface with forms, fields, dropdowns, menus and picklists

Have a look at http://lua-users.org/wiki/LibrariesAndBindings, there's
plenty of GUI bindings!

> * Interface to Postgres. It can have MySQL too, but it shouldn't be one of
> those MySQL-only interfaces.

LuaSQL does precisely this, and more...

> * Web app interface

You mean CGI style, web frameworks, etc? The Kepler project is the
place to go for that.

No shortage of bindings and libraries, but not always so easy to find
out what to use...

steve d.