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

Our users in Daft rely on connector-x to read SQL from their databases. Our user base heavily uses graviton machines on AWS which are linux + arm64. We currently maintain...

Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.37.0 to 0.50.0. Changelog Sourced from sqlparser's changelog. [0.50.0] 2024-08-15 Again, huge props to @​iffyio @​jmhain and @​lovasoa for their help reviewing and merging PRs 🙏. Without...

dependencies
rust

#### What language are you using? Python #### What version are you using? 0.3.3 #### What database are you using? sqlite #### What dataframe are you using? polars #### Can...

bug

We follow the spec in https://www.postgresql.org/docs/current/libpq-pgpass.html, Order of passfile path is: 1. passfile path specified in connection string, e.g. `postgresql://localhost:5432?passfile=/home/someuser/secret/.pgpass` 2. default path `~/.pgpass` in *nix, `%APPDATA%\postgresql\pgpass.conf` in windows. -...

#### What language are you using? Python 3.8.10 #### What version are you using? 0.32 #### What database are you using? oracle #### What dataframe are you using? Arrow ####...

bug

#### Describe your feature request Now, use cx to query db eg. postgre to panas/pyarrow is so quickly, but, we also need panas/pyarrow write back to db for example postgre,...

#### What language are you using? Python #### What version are you using? 0.3.3 #### What database are you using? MySQL #### What dataframe are you using? Arrow #### Can...

bug

#### What language are you using? **Python** #### What version are you using? connectorx=0.3.1 #### What database are you using? I use starrocks-3.2.4 database. #### What dataframe are you using?...

bug

Currently, mysql column type `MYSQL_TYPE_BIT` is not supported, panicking the process if present in the table. And this issue is also stated in #359 and #491 . I think it's...

Connector-X is renowned for its swift data table queries, but I need to retrieve results that require several steps of computation through temporary tables, like ``` CREATE TEMP TABLE t1...