turbodbc

turbodbc CI

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. Its primary target audience are data scientists that use databases for which no efficient native Python drivers are available.

For maximum performance, turbodbc offers built-in NumPy and Apache Arrow support and internally relies on batched data transfer instead of single-record communication as other popular ODBC modules do.

Install

pip install --upgrade turbodbc

See also

  Documentation

The full documentation for Turbodbc.

Turbodbc documentation
  Example

An executable example using Turbodbc.

Turbodbc example