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
| Dependency | License |
|---|---|
| error-reporting-lua | MIT |
| Lua 5.4 | MIT |
| lua-cjson | MIT |
| remotelog | MIT |
lua-cjson depends on the cjson library, both are preinstalled on Exasol.
remotelog depends on luasocket which is also preinstalled.
Test Dependencies
| Dependency | License |
|---|---|
| busted | MIT |
| luacheck | MIT |
| luacov | MIT |