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

Hi, I just saw that the latest build for condo-feedstock has failed: https://github.com/conda-forge/connectorx-feedstock/pull/15 Could you please fix it, so that the package also becomes available on Conda? Thank you very...

bug

Seems like it is related to github action itself, since the new runs are all having the same linking error: https://github.com/sfu-db/connector-x/actions/runs/5958837030/job/16241900321?pr=529 https://github.com/sfu-db/connector-x/actions/runs/5987584175/job/16241869086?pr=525 https://github.com/sfu-db/connector-x/actions/runs/5687274312/job/15640969628?pr=523 I would disable this workflow for now.

I'm using sqlalchemy + Panda for fetching data from multiple Db sources as Oracle + Postgres . There are~400 queries which are running in parallel and I'd like to understand...

#### What language are you using? **Python** #### What version are you using? polars 0.18.3 connectorx 0.3.1 #### What database are you using? MySQL #### What dataframe are you using?...

bug

Please add support for Trino SQL engine

When using connectorx to connect, the error RuntimeError: error parsing response from server: unexpected EOF is reported, how to solve it?

**What language are you using?** Python 3.11 **What version are you using?** 0.3.2a5 **What database are you using?** MySQL **What dataframe are you using?** Polars/Polars2 **Can you describe your feature...

Querying the columns with type of `sql-indentifier` from postgres information_schema fails with `PanicException: not implemented: name. ` Example Query: `select column_name from information_schema.columns` Pasted the stack trace below. ``` File...

#### What language are you using? Python (via Polars 0.18.8) #### What version are you using? In [7]: adbc_driver_snowflake.__version__ Out[7]: '0.5.1' #### What database are you using? Snowflake #### What...

bug

#### Describe your feature request A lot of required and optional dependencies that are mentioned in `connector-x`'s Cargo.toml are due for an update. Listing down some of the important ones,...