connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Fastest library to load data from DB to DataFrames in Rust and Python

Results 232 connector-x issues
Sort by recently updated
recently updated
newest added

#### What language are you using? Python #### What version are you using? 0.3.1 #### What database are you using? ClickHouse (over MySQL protocol) #### What dataframe are you using?...

bug

#### Try Discussion? Halo, as the title stated, how to set custom mysql timeout? Im having error when my source database is slow . The error said connection timeout, yet...

#### Why am I getting [binary data] and not utf8 encoded string? ```python import polars as pl import connectorx as cx data = {"a": ["z", "w"], "b": [3, 4]} df...

#### Try Discussion? Thank you for your outstanding contribution. I have read your paper and think it is great, but I suggest not using MySQL to support the connection to...

#### What language are you using? Python #### What version are you using? 3.11 #### What database are you using? MsSQL #### What dataframe are you using? Arrow #### What...

bug

#### What are you using? Python 3.9, cx 0.3.1, PostgrSQL (Greenplum) #### Can you describe your bug? Cannot query the `pg_catalog` system table for database information. #### What are the...

bug

#### Describe your feature request if you have a postgres table with a `varchar[]` type, connectorx will panic `thread '' panicked at 'not implemented: _varchar',` It would be nice if...

#### What language are you using? **Python**. #### What version are you using? 3.9 #### What database are you using? PostgreSQL #### What dataframe are you using? Pandas #### Can...

bug

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...

#### Describe your feature request In some cases, users may have access through application default credentials to query a BigQuery database but not have the ability to make an auth.json...