lua-users home
lua-l archive

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


Hi all,

Just a quick note that, after languishing in an unmaintained state for several years, I've released a new version of Luchia, my Lua API for Apache CouchDB.

Notable improvements:

 - Finally, fully compatible with Lua 5.2 and 5.3!
 - Lots more unit tests, now 100% coverage
 - Refactor core logger to allow setting it programmatically
 - Allow passing a custom attachment loader

A 'luchia' LuaRocks package is available, as well as full source code with tests and examples at https://github.com/thehunmonkgroup/luchia

Online documentation at http://thehunmonkgroup.github.io/luchia/doc

You can contact me via the contact form at http://xylil.com/contact.html if you have any questions or suggestions, as I don't check mail on this list very often.

Chad