lua-sophia icon indicating copy to clipboard operation
lua-sophia copied to clipboard

lua-sophia is a Lua binding to Sophia embeddable key-value database

lua-sophia is a Lua binding to Sophia embeddable key-value database.

The database stores only Lua string keys and values, for storing more complex types use a serialization library, such as MessagePack.

See the documentation in the doc folder for usage, or online.