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

#### Describe your feature request I'm trying to use ConnectorX with a SQL Server database via Kerberos (trusted connection without username/password). If I'm understanding the [Integrated Authentication documentation on Tiberius](https://github.com/prisma/tiberius#integrated-authentication-trustedconnection-on-nix),...

i16, f32/i32, interval, numeric, enum, bytes, char, time, timetz, uuid, and add test

parquet is faster than csv more, and duckdb can read parquet so quickly. I want use duckdb as plugin for postgre, need transfer data between each other. if can read...

I use duckdb as OLAP plugin for postgre. I need export data from pg to duckdb, and there have jsonb column in my pg table, when I use connectorx to...

For easy to track sql script from sql profiler, we use application name to check. How to add 'appname' to mssql connection using connectionx ?

#### What language are you using? Replace this text with the **Rust** or **Python**. #### What version are you using? Replace this text with the version. #### What database are...

bug

Releasing version for aarch in order to support Docker on M1 - related to #535

#### What language are you using? **Python** #### What version are you using? Trying to install 0.3.2 #### Can you describe your bug? When installing connectorx on a `linux/aarch64` (docker...

bug

Python 3.12 is on the horizon, and the first rc build is available. Is it not time to consider building for this python version? For instance the next alpha 8...

#### What language are you using? **Python** #### What version are you using? 0.3.2 #### What database are you using? PostgresQL #### What dataframe are you using? Pandas #### Can...

bug