RebirthDB-Lua
ReQL driver for Lua
Installing
- IF USING LUA 5.1
luarocks install luabitop
luarocks install reql
See Wiki for documentation.
Dev Dependencies
- Lua >= 5.1
- Luarocks
- busted
- luacheck
- luacov
- IF USING LUA 5.1 luabitop
- RebirthDB
Testing
luacheck .
busted -c
luacov
Installing from source