Skip to main content

Drivers

  1. Download the Python driver.
  2. Install the driver:

    Notes

    • Python 3.6 or newer is required to use the Regatta Python 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.
    • The Regatta Python driver follows the PEP 249 / DB-API 2.0 specification. Refer to the official Python DB-API specification documentation for full API details.

ORM frameworks

  1. Download the Regatta SQLAlchemy dialect.
  2. Install the package:
    Regatta supports SQLAlchemy version 2.0.34 and above. Refer to the official SQLAlchemy documentation for installation instructions and API details.