6 lines
1.0 KiB
Markdown
6 lines
1.0 KiB
Markdown
# iris-driver-distribution
|
|
This repo provides driver packages for use in making programmatic connections to InterSystems IRIS from Java, Python, C++, .NET, and Node.js. Programming a connection involves these simple steps:
|
|
|
|
1. Locate and download the driver package for the language you are developing in. For ODBC and Node.js packages, select the version matching the platform you are working on.
|
|
2. Find the description of the driver package you have downloaded in [Connection Tools](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) and review the listed documentation to learn how you can use it.
|
|
3. For brief instructions for connecting a Java, Python, C++, or .NET application to InterSystems IRIS or an InterSystems IRIS Cloud Service, see [Connecting Your Application to InterSystems IRIS](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) (article) or [Connecting to InterSystems Cloud Services](https://learning.intersystems.com/course/view.php?name=IRISCloudConnect) (short videos). |