Drivers
- Node.js
-
Download the Node.js driver, and save the
.tgzfile locally (typically next to yourpackage.json). -
Install the driver:
Option A — Direct install:
Install the driver locally in your environment:
This will install the driver, pull in required dependencies, and update your
package-lock.json. Option B — Add as a local package dependency:
Add the driver to your project’spackage.json:
Notes
- Node.js 16 or newer is required to use the Regatta Node.js driver.
- If you are using the Full driver package, the Regatta client library is included automatically. If you are using the Standalone version, ensure that the client library is installed.
ORM frameworks
- TypeORM
- Download the Regatta TypeORM package.
-
Install the Regatta TypeORM package:
Regatta provides a dedicated fork of TypeORM that includes the Regatta dialect inside the TypeORM core. The Regatta TypeORM package (
typeorm-regatta) is based on TypeORM 0.3.20 and is distributed as a separate .tgz package. Because it is a fork, it should be used instead of the standard typeorm dependency, and compatibility is aligned to that upstream version.