Project: pyexasol

Exasol python driver with extra features

Project Details

Latest version
0.25.2
Home Page
https://github.com/exasol/pyexasol
PyPI Page
https://pypi.org/project/pyexasol/

Project Popularity

PageRank
0.00431897996943202
Number of downloads
213650

Exasol driver with low overhead, fast HTTP transport and compression. It is implemented in Python 3.6+.

Main features:

  • Based on WebSocket protocol;
  • Optimized for minimum overhead;
  • Easy integration with pandas via HTTP transport;
  • Compression to reduce network bottleneck;

PyEXASOL does not follow DB-API 2.0 in favor of Exasol-specific features.

Please read "Best practices" manual page to learn how to use PyEXASOL with maximum efficiency.