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

Thanks for replying so quickly. My use case really revolves around the way our database is secured. Typically a client will request access and certificates are issued through a Vault....

error message thread '' panicked at 'Could not retrieve core::option::Option from Value', /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/mysql_common-0.27.5/src/value/convert/mod.rs:175:23 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace my code like: ``` import polars as...

Postgres `Get JSON array element` expression `->` is not supported and raises a `sql parser error`

i have more than 10GB of data in oracle database . Need to process the data in chunks . Is there any option to retrieve the data in smaller chunks

I have an issue with reading UTF8 data from MySQL 5.6 I need to use an external quite old database in our company, there is no way to migrate it...

When I compile with connectorx 0.2.3 rustc 1.58.1 (db9d1b20b 2022-01-20), but build the error. Please support the stable release channel ``` error[E0554]: `#![feature]` may not be used on the stable...

Investigate oracle's performance issue

help wanted

Hello, I would like to use connector-x on ARM64 architecture. However, it seems that this library has no ARM architecture version when trying to `pip install` it via `docker buildx`...

Hello, is there a benchmark of connector-x vs go-faster/ch when working with clickhouse? https://github.com/go-faster/ch Thank you.

Hi, Working with pandas read_sql the uri below works fine "mssql+pyodbc://:/?driver=ODBC+Driver+17+for+SQL+Server&Trusted_Connection=Yes" but with connectorX i get this error : here is the code : ``` cx.read_sql("mssql+pyodbc://:/?driver=ODBC+Driver+17+for+SQL+Server&Trusted_Connection=Yes","select * from dbo.test_table") ```...