18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
---
|
|
title: Exasol
|
|
hide_title: true
|
|
sidebar_position: 19
|
|
version: 1
|
|
---
|
|
|
|
## Exasol
|
|
|
|
The recommended connector library for Exasol is
|
|
[sqlalchemy-exasol](https://github.com/exasol/sqlalchemy-exasol).
|
|
|
|
The connection string for Exasol looks like this:
|
|
|
|
```
|
|
exa+pyodbc://{username}:{password}@{hostname}:{port}/my_schema?CONNECTIONLCALL=en_US.UTF-8&driver=EXAODBC
|
|
```
|