Skip to content

Lua wrapper for the DataStax Cassandra C/C++ driver

License

Notifications You must be signed in to change notification settings

lotusflare/lucas

Repository files navigation

Build

Lucas

Lucas is a Lua library which wraps the DataStax Cassandra C/C++ driver using the Lua C API.

Usage

See integration/tests for examples.

Contributing

  • Follow the conventional commit message specification
  • Use integration tests to demonstrate usage and prevent regressions
  • Contribute with docs
  • Open an issue

Scripts

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.