sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
1.95k stars 154 forks source link

Exasol support #461

Open ghost opened 1 year ago

ghost commented 1 year ago

How about adding support for Exasol (In-Memory Analytics Database)? Apart from JDBC and ODBC drivers it also provides a WebSocket based interface which supports parallel access. Maybe you could utilize pyexasol, which implements the WebSocket interface for Python.

ghost commented 1 year ago

Any comment on this?