lua-users home
lua-l archive

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


> lua-sophia [1] is a Lua binding to the Sophia [2] key-value database,
> claiming high performance.

Nice. You may want to try adding a proxy table as in my lgdbm so that
you can write t[k]=v and update the database, and t[k] to query it.