Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.29 KB

dependencies.md

File metadata and controls

30 lines (20 loc) · 1.29 KB

Dependencies

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