deephaven.dbc.odbc#
This module supports ingesting data from external relational databases into Deephaven via the Python DB-API 2.0 (PEP 249) and the Open Database Connectivity (ODBC) interfaces by using the Turbodbc module.
Turbodbc is DB-API 2.0 compliant, provides access to relational databases via the ODBC interface and more importantly it has optimized, built-in Apache Arrow support when fetching ODBC result sets. This enables Deephaven to achieve maximum efficiency when ingesting relational data.