Dependencies

August 26, 2022 ยท View on GitHub

virtual-schema-common-lua is a base library. It is intended to be used as a dependency in concrete implementations of Exasol Virtual Schemas.

To use this library at runtime you need Lua 5.4 or later.

Runtime Dependencies

DependencyLicense
error-reporting-luaMIT
Lua 5.4MIT
lua-cjsonMIT
remotelogMIT

lua-cjson depends on the cjson library, both are preinstalled on Exasol.

remotelog depends on luasocket which is also preinstalled.

Test Dependencies

DependencyLicense
bustedMIT
luacheckMIT
luacovMIT