MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc

github.com/blue-yonder/turbodbc @5.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.3.0 ↗ · + Follow
1,106 symbols 3,894 edges 263 files 105 documented · 9% updated 12d ago5.3.0 · 2026-07-01★ 65897 open issues

Browse by type

Functions 949 Types & classes 147 Endpoints 10
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

turbodbc logo

Turbodbc - Turbocharged database access for data scientists.

Build Status Documentation Status codecov Anaconda-Server Badge Anaconda-Server Badge

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 compatibility, turbodbc complies with the Python Database API Specification 2.0 (PEP 249). 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.

Turbodbc is free to use (MIT license), open source (GitHub), works with Python 3.9+, and is available for Linux, macOS, and Windows.

Turbodbc is routinely tested with MySQL, PostgreSQL, EXASOL, and MSSQL, but probably also works with your database.

Nice! Where can I find documentation?

Follow this link to the latest turbodbc documentation. The documentation explains how to install and use turbodbc, and also provides answers to many questions you might have.

Is turbodbc on Twitter?

Yes, it is! Just follow @turbodbc for the latest turbodbc talk and news about related technologies.

Core symbols most depended-on inside this repo

Shape

Method 547
Function 402
Class 146
Route 10
Enum 1

Languages

C++75%
Python25%

Modules by API surface

cpp/turbodbc_arrow/Library/src/set_arrow_parameters.cpp41 symbols
cpp/cpp_odbc/Library/src/level2/level1_connector.cpp36 symbols
cpp/cpp_odbc/Library/src/level2/api.cpp31 symbols
cpp/turbodbc_numpy/Library/src/set_numpy_parameters.cpp30 symbols
turbodbc/cursor.py28 symbols
tests/test_cursor_select.py27 symbols
cpp/cpp_odbc/Library/src/level1/unixodbc_backend_debug.cpp26 symbols
cpp/cpp_odbc/Library/src/level1/unixodbc_backend.cpp26 symbols
cpp/cpp_odbc/Library/src/level1/api.cpp26 symbols
cpp/turbodbc_arrow/Library/src/arrow_result_set.cpp25 symbols
tests/test_executemanycolumns.py24 symbols
tests/test_cursor_insert.py24 symbols

For agents

$ claude mcp add turbodbc \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page