Merge pull request #7 from semanej/main

Updated Java, dotnet, python drivers/whl
This commit is contained in:
semanej 2022-02-11 15:40:33 -05:00 committed by GitHub
commit d2731e1144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ title: "InterSystems IRIS Cloud"
Use the buttons to download drivers for use in making programmatic connections to IRIS Cloud.
<button class="btn" onclick="document.getElementById('java').click()">JDBC</button>
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/intersystems-jdbc-3.1.0.jar?raw=true" download target="_blank" hidden></a>
<a id="java" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/intersystems-jdbc-3.3.0.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/InterSystems.Data.IRISClient.dll?raw=true" download target="_blank" hidden></a>
<button class="btn" onclick="document.getElementById('python').click()">DB-API</button>

BIN
intersystems-jdbc-3.3.0.jar Normal file

Binary file not shown.