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

Here's an example of what it looks like for Polars: ```toml [toolchain] channel = "nightly-2025-03-07" ``` Would streamline the dev setup guide, which currrently suggests searching for the version in...

#### What language are you using? Python #### What version are you using? 0.4.2 #### What database are you using? MySQL #### What dataframe are you using? Polars #### Can...

bug

This would probably save a lot of query execution time for queries which take a very long time to return limit 1 (e.g. with a subquery involving a SORT).

The current oracle implementation relies on the [oracle](https://docs.rs/oracle/latest/oracle/) crate. Unfortunately, it seems to have some considerable synchronization overhead, which originates from the ODPI-C library. There's another oracle database crate, [sibyl](https://docs.rs/sibyl/latest/sibyl/),...

#### Describe your feature request Currently, when I try to execute a select query on a table with geospatial data, a ```PanicException``` occurs saying ```not implemented: geometry```. It would be...

#### Describe your feature request Connector-x should support pg interval types. Since last discussed in #26 (2022), it looks there are now several crates possibilities for supporting Postgres interval. I...

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

bug

#### What language are you using? python #### What version are you using? connectorx-0.4.1a1 #### What database are you using? trino with hive catalog #### Can you describe your bug?...

bug

#### What language are you using? Python #### What version are you using? 0.3.3 #### What database are you using? MySql (same applies for all databases) #### What dataframe are...

bug