connector-x
connector-x copied to clipboard
Fastest library to load data from DB to DataFrames in Rust and Python
#### Describe your feature request polars(v0.32.1) was published on August 15th,2023. Any possible to update the version of polars used in connector-x? or maybe is there any way to use...
I am connecting into SQL Server using SQL credentials however looking to change to using managed identity. is there support for this? is there an example? username = os.environ["UID"] password...
I am using the connectorx to export large data from Oracle database. But, facing connection timeout issue. How to set the connection timeout or increase the connection timeout on the...
I would like to see if it can be an alternative to pymongo and at the same time, check if it can be faster than pymongo.
I need to be able to execute a command prior to sql query, as in the following: ```sql set optimizer = 'on'; SELECT * FROM my_table; ``` Since connectorx creates...
[issue background] I have a feature that allow connectorx to read bit type in mysql. So I add some code in typesystem.rs and mysql_arrow.rs. And then I would build whl...
Bumps [datafusion](https://github.com/apache/datafusion) from 31.0.0 to 39.0.0. Commits 6a4a280 remove unused file 1ce8e9f update configs.md a3bbbd6 prettier 67dde63 delete duplicate requirements.txt da8bc06 update cli cargo lock 6964753 generate changelog 01b1c01 bump...
Queries appear to default to isolation level READ COMMITTED. If a different level was desired, such as `SET TRANSACTION LEVEL READ UNCOMMITTED` was desired, can this be set in Connector-X?...
Trino do not accept basic authentication using http. Using https it requires tls/ssl cert, the trino-python library circumvent this by using verify=false. Is there a way to pass the verify=false...
Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.37.0 to 0.47.0. Changelog Sourced from sqlparser's changelog. [0.47.0] 2024-06-01 Fixed Re-support Postgres array slice syntax (#1290) - Thanks @jmhain Fix DoubleColon cast skipping AT TIME ZONE...