Merge branch 'main' of https://github.com/pzubiago-ISC/document-drivers
This commit is contained in:
commit
70fc09686c
Binary file not shown.
4
index.md
4
index.md
|
@ -9,13 +9,13 @@ The official location for customers to download the latest released and fully su
|
|||
|
||||
## InterSystems IRIS Cloud SQL Drivers
|
||||
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
|
||||
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.7.1.jar?raw=true" download target="_blank" hidden></a>
|
||||
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.8.4.jar?raw=true" download target="_blank" hidden></a>
|
||||
|
||||
<button class="btn" onclick="document.getElementById('dotnet').click()">ADO.NET</button>
|
||||
<a id="dotnet" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/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/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
|
||||
<a id="python" href="https://github.com/grongierisc/iris-driver-distribution/raw/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl?raw=true" download target="_blank" hidden></a>
|
||||
|
||||
<button class="btn" onclick="document.getElementById('ODBCUbuntu').click()">ODBC Ubuntu</button>
|
||||
<a id="ODBCUbuntu" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ODBC/lnxubuntu2204/ODBC-2023.1.0.229.0-lnxubuntu2204x64.tar.gz?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('ODBCMac').click()">ODBC Mac</button>
|
||||
|
|
Loading…
Reference in New Issue