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.
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.
Dependency | License |
---|---|
busted | MIT |
luacheck | MIT |
luacov | MIT |