# lua-sophia **Repository Path**: mirrors_LuaDist/lua-sophia ## Basic Information - **Project Name**: lua-sophia - **Description**: lua-sophia is a Lua binding to Sophia embeddable key-value database - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lua-sophia is a Lua binding to [Sophia](http://sphia.org) 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](http://mkottman.github.com/lua-sophia).