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? Pandas #### Can...
#### What language are you using? Python #### What version are you using? connectorx 0.3.1 #### What database are you using? sqlite3 #### What dataframe are you using? Pandas ####...
#### What language are you using? Python #### What version are you using? The bug exists in the 0.3.1 and the current 0.3.2 dev version #### What database are you...
RedShift has a SUPER type, typically used to store JSON. See https://docs.aws.amazon.com/redshift/latest/dg/r_SUPER_type.html Currently connector-x panics in https://github.com/sfu-db/connector-x/blob/f1d4e5f985f107f4c1cd52a10f668e9ee0be182e/connectorx/src/sources/postgres/typesystem.rs#L103.
When python connectorx is used to query a sqlite JSON column full of null entries, it raises `RuntimeError: Cannot infer type from null for SQLite`. This issue does not occur...
#### 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? Pandas #### Can...
Hi asking here as I think it is a technical build issue that wouldn't be answered well on the qa site. Hope that is ok. Thanks. Hi I have some...
By using `conn = 'oracle://username:password@server:port/database'` I can connect to Oracle , but How I can use TNS entry name in connectorx? for example, in cx_Oracle, it can be done like...
Calling `LIMIT 1` on any queries that involve complex joins along with sorts can take a very long time. If the output schema is known in advance, this call could...
#### Describe your feature request I'd just like to be able to install connector-x and Pandas 2 into the same Python environment. The requirements pinning appears to make this impossible...