lua-users home
lua-l archive

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


On Sat, May 1, 2010 at 11:45 AM, Luciano de Souza
<luchyanus@predialnet.com.br> wrote:
> But I am curious to know if there is a non SQL database compatible with Lua.

tokyo cabinet: http://1978th.net/tokyocabinet/luadoc/
plurk: http://opensource.plurk.com/LightCloud/
redis: http://github.com/nrk/redis-lua
mongodb: http://code.google.com/p/luamongo/
couchdb: http://github.com/nrk/couchdb-lua-viewserver
memcached (memcachedb, memcacheq, ...) http://luamemcached.luaforge.net/

and, of course those that expose only a HTTP interface that you can
use with simply json.decode(socket.http.get('yourdataurl')) and
socket.http.post('yourdataurl',json.encode(yourdatastruct))

-- 
Javier