lua-users home
lua-l archive

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


2009/8/16 Jan Schütze <JanS@dracoblue.de>:
> I would like to try out couchdb with lua. Is there any library, yet?

AFAIK there is none yet. But you can use LuaSocket [1] for the HTTP
requests, and JSON4Lua [2] to encode and decode request content.

[1] http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
[2] http://json.luaforge.net/