Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 729 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 729 Bytes

RebirthDB-Lua

ReQL driver for Lua Build Status Coverage Status

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

  • luarocks make