Lucas is a Lua library which wraps the DataStax Cassandra C/C++ driver using the Lua C API.
See integration/tests
for examples.
- Follow the conventional commit message specification
- Use integration tests to demonstrate usage and prevent regressions
- Contribute with docs
- Open an issue
format.sh
checks the code has been formatted.
-f
auto fixes formatting errors.
start.sh
brings up the testing & development environment.
-c
removes existing containers first (clears database).-b
force rebuild of the containers first.-t
run the tests after environment is up.