connector-x
connector-x copied to clipboard
Fastest library to load data from DB to DataFrames in Rust and Python
#### What language are you using? Python #### What version are you using? 0.3.1 #### What database are you using? PostgreSQL #### What dataframe are you using? Arrow / Polars...
There are a number of open PRs regarding outdated Rust dependencies. Is the project open to having the dependencies updated as they come out? Dependabot could be setup to help...
I would like to be able to access an Azure SQL Server using the token based authentication method. Using pyodbc this would look like this: ```python def get_conn(): connection_string =...
Connectorx does not support passwords stored in the .pgpass (or pgpass.conf in windows). It's useful to avoid to specify it directly in the code or some sort of config file.
#### What language are you using? Python #### What version are you using? 0.3.2 on a Macbook M1 Max Machine #### What database are you using? Oracle #### What dataframe...
#### What language are you using? Python #### What version are you using? ``` connectorx 0.3.2 ``` #### What database are you using? PosgreSQL. Ubuntu Linux 22.04. #### What dataframe...
#### What language are you using? **Python** #### What version are you using? 0.3.2 #### What database are you using? mssql #### What dataframe are you using? Polars #### Can...
Hello, We observed that connectorx is not releasing the GIL inside read_sql. We observed it against TimeScaleDB and Redshift. Is it expected ? Thank you!
#### Describe your feature request Please describe the behavior you want and the motivation. Cassandra or scylladb support.
Hi! I've been really struggling to install the package in an EC2 instance that happens to have an aarch64 processor and is running ubuntu. Are there any plans to add...