lua-users home
lua-l archive

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


On Mon, Jan 13, 2014 at 11:55 PM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> On Mon, 13 Jan 2014 23:41:44 +0000, Justin Cormack
> <justin@specialbusservice.com> wrote:
>>I think it is probably easier to use the openresty build, which sets
>>everything up. I have certainly built it successfully for ARM in the
>>past. http://openresty.org/
>
> Thanks, I'll try that too.
>
> "./configure --help" doesn't mention SQLite: Do you know if there's a
> way to somehow call SQLite from Lua scripts running in the Lua-capable
> Nginx as compiled by OpenResty?
>

See the note here:
https://groups.google.com/forum/#!topic/openresty-en/lUH10YE_6Z8
(although if your database is not huge you could ignore the
blockingness and just use any Lua sqlite library).

Justin