-
Notifications
You must be signed in to change notification settings - Fork 19
Create openresty-odbc-connection.md #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can look at suggestions, add "Background" and "Additional References" sections, and footer, as per "Tutorial" template, so that we could finally merge this one? :)
@@ -0,0 +1,69 @@ | |||
# Openresty Exasol ODBC connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Openresty Exasol ODBC connection | |
# OpenResty Exasol ODBC connection |
* Install openresty [Openresty Installation manual](https://openresty.org/en/linux-packages.html#ubuntu) | ||
* install Luarocks | ||
|
||
```markup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```markup | |
```shell |
``` | ||
|
||
* install ODBC package in luarocks | ||
```markup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```markup | |
```shell |
* Execute connection test scripts | ||
|
||
**odbctest.sh** | ||
```markup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```markup | |
```shell |
echo "Retun code from resty $?" | ||
``` | ||
**odbctest.lua** | ||
```markup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```markup | |
```lua |
No description provided.