Merge pull request #39 from pzubiago-ISC/main
add ALPHA drivers and edit distribution page
This commit is contained in:
commit
99433d7378
Binary file not shown.
Binary file not shown.
8
index.md
8
index.md
|
@ -7,6 +7,7 @@ nav_order: 1
|
|||
|
||||
The official location for customers to download the latest released and fully supported InterSystems IRIS driver packages is the [*WRC download site*](https://wrc.intersystems.com/wrc/coDistGen.csp). This page serves as a supplementary convenience for users of the Community Edition, InterSystems Cloud Services, and other InterSystems products. Use the buttons to download drivers for use in connecting your applications to InterSystems IRIS.
|
||||
|
||||
## 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>
|
||||
|
||||
|
@ -26,6 +27,13 @@ The official location for customers to download the latest released and fully su
|
|||
<a id="NodeMac" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/mac/NodeJS-2022.1.0.209.0-macx64.tar.gz?raw=true" download target="_blank" hidden></a> <!-- <button class="btn" onclick="document.getElementById('NodeWin').click()">Node.js Win</button>
|
||||
<a id="NodeWin" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/Node.js/win/NodeJS-2022.1.0.209.0-win_x64.exe?raw=true" download target="_blank" hidden></a> -->
|
||||
|
||||
## IntreSystems IRIS Cloud Document Drivers
|
||||
<button class="btn" onclick="document.getElementById('java-document').click()">Java</button>
|
||||
<a id="java-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-document-1.0.0-ALPHA.jar?raw=true" download target="_blank" hidden></a>
|
||||
|
||||
<button class="btn" onclick="document.getElementById('dotnet-document').click()">.NET</button>
|
||||
<a id="dotnet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.Document.1.0.0-ALPHA.nupkg?raw=true" download target="_blank" hidden></a>
|
||||
|
||||
|
||||
You can browse the available InterSystems IRIS driver packages at [https://github.com/intersystems-community/iris-driver-distribution](https://github.com/intersystems-community/iris-driver-distribution).
|
||||
|
||||
|
|
Loading…
Reference in New Issue