connector-x
connector-x copied to clipboard
Fastest library to load data from DB to DataFrames in Rust and Python
Added support for simple query protocol used by postgres-rust package. Issues: https://github.com/sfu-db/connector-x/issues/281
Is it possible to send prepared statements to MSSQL? I'm able to do this with tiberius directly, but I don't see a way to do it with connectorx. Also I...
Hello, I'm trying to upload a table from GreenPlum. Several columns contain arrays. The following error occurs:RuntimeError: No conversion rule from Int4Array(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem. How can I download this data?...
#### What language are you using? **Python**. #### What version are you using? 3.9 #### What database are you using? Clickhouse #### What dataframe are you using? Pandas #### Can...
Data sources in stage 4 of https://github.com/sfu-db/connector-x/discussions/61 all support ODBC. Adding this support could help us supporting lots of sources once.