[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Standard libraries (was Re: Virgin tables)
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 2 Jan 2011 11:38:38 +0200
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.