https://github.com/exasol/exasol-driver-lua
Exasol SQL driver for Lua
https://github.com/exasol/exasol-driver-lua
database driver exasol exasol-integration lua sql
Last synced: 6 months ago
JSON representation
Exasol SQL driver for Lua
- Host: GitHub
- URL: https://github.com/exasol/exasol-driver-lua
- Owner: exasol
- License: mit
- Created: 2022-03-02T10:39:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T12:15:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T18:50:33.608Z (almost 2 years ago)
- Topics: database, driver, exasol, exasol-integration, lua, sql
- Language: Lua
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exasol Driver for Lua
A LuaSQL driver for the Exasol database.
[](https://github.com/exasol/exasol-driver-lua/actions/workflows/ci-build.yml)
Check out the [user guide](doc/user_guide/user_guide.md) for more details.
## Features
1. Connect to an [Exasol](https://www.exasol.com/) database and execute SQL statements
2. Encrypted communication via TLS
3. Compatible with the [LuaSQL](https://github.com/lunarmodules/luasql) API
4. Runs inside an Exasol [user defined functions (UDF)](https://docs.exasol.com/db/latest/database_concepts/udf_scripts.htm), see the [user guide](./doc/user_guide/user_guide.md#using-exasol-driver-lua-in-an-exasol-udf) for details. Exasol 8 or later is required for this.
## Information for Users
* [User Guide](doc/user_guide/user_guide.md)
* [Example Usage](doc/user_guide/examples.lua)
* [API Documentation](https://exasol.github.io/exasol-driver-lua/api/)
* [Change Log](doc/changes/changelog.md)
* [MIT License](LICENSE)
### Dependencies
See the [dependencies list](dependencies.md) for build and test dependencies and license information.
## Information for Developers
Requirement, design documents and coverage tags are written in [OpenFastTrace](https://github.com/itsallcode/openfasttrace) format.
* [Developer Guide](doc/developer_guide/developer_guide.md)
* [System Requirements](doc/system_requirements.md)
* [Design](doc/design.md)