Accessing the Download Portal
- Log in to your Regatta Cloud account.
- In the left-hand navigation bar, click Clients & Tools.
- Select the language or tool you wish to download.
- Choose the appropriate tab for that client or tool. For example, click JavaScript to view NodeJS and TypeORM packages.
Understanding the Version Matrix Table
Once you select a particular client or tool (e.g., JavaScript → NodeJS), you will see a table like this:| OS | Architecture | Version | Type | Supported DB Versions | |
|---|---|---|---|---|---|
| Linux | Intel | 1.3.0 | Full | 1.0.0.1297 + | [Download] |
| Linux | Intel | 1.3.0 | Standalone | 1.0.0.1297 + | [Download] |
| Linux | Intel | 1.1.0 | Full | 1.0.0.1034 – 1.0.0.1296 | [Download] |
| Linux | Intel | 1.1.0 | Standalone | 1.0.0.1034 – 1.0.0.1296 | [Download] |
Column Descriptions
- OS - Indicates the operating system for which this package was built (e.g., Linux).
- Architecture - The CPU architecture supported by this package (e.g., Intel/x86-64).
- Version - The specific release number of the driver or tool. Follows Semantic Versioning
(Major.Minor.Patch). - Type
- Full: Includes the Regatta client library bundled together with the driver. Ideal for a “zero-prep” installation—just copy, extract, and run with no additional dependencies.
- Standalone: Contains only the driver (no embedded client library). Requires you to install the Regatta Client Library separately. Useful if you want to manage client library upgrades independently of the driver.
- Supported DB Versions - Specifies which Regatta Database cluster versions are compatible with this driver/tool.
For example:1.0.0.1034 – 1.0.0.1296means “This release works with any Regatta cluster running versions1.0.0.1034through1.0.0.1296.”1.0.0.1297 +means “This release requires Regatta1.0.0.1297or later.”
- Download Button - Click Download to retrieve the RPM, TAR.GZ, or ZIP package for that row.
After Download
- Place the downloaded package in your local workspace.
- Navigate to the relevant section for installation instructions and usage examples.