Drivers
- Python
- Download the Python driver.
-
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
- SQLAlchemy
- Django
- Download the Regatta SQLAlchemy dialect.
-
Install the package:
Regatta supports SQLAlchemy version 2.0.34 and above. Refer to the official SQLAlchemy documentation for installation instructions and API details.