Update index.md

This commit is contained in:
semanej 2022-02-09 13:30:58 -05:00 committed by GitHub
parent 2db5c1237e
commit ac77242cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -12,8 +12,12 @@ Use the buttons to download drivers for use in making programmatic connections t
<a id="dotnet" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/InterSystems.Data.IRISClient.dll?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('python').click()">DB-API</button>
<a id="python" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('Cplusplus').click()">ODBC</button>
<a id="Cplusplus" href="https://github.com/intersystems-community/iris-driver-distribution/tree/main/ODBC" target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusLinux').click()">ODBC Linux</button>
<a id="CplusplusLinux" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2020.3.0.221.0-lnxubuntux64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusMac').click()">ODBC Mac</button>
<a id="CplusplusMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2020.3.0.221.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('CplusplusWin').click()">ODBC Win</button>
<a id="CplusplusWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/ODBC-2020.3.0.221.0-win_x64.exe?raw=true" download target="_blank" hidden></a>
Program a connection using these simple steps: