Skip to main content

Drivers

  • Python
  1. Download the Python driver.
  2. Install the driver:
    $ pip install pyregatta-<version>_<type>.tar.gz
    

    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

  • SQLAlchemy
  • Django
  1. Download the Regatta SQLAlchemy dialect.
  2. Install the package:
    $ pip install sqlalchemy-regatta-<version>.tar.gz
    
    Regatta supports SQLAlchemy version 2.0.34 and above. Refer to the official SQLAlchemy documentation for installation instructions and API details.