sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
2.02k stars 163 forks source link

Connectorx doesn't support mysqlx! Can't connect to mysql db router #689

Open aminPial opened 1 month ago

aminPial commented 1 month ago
thread '<unnamed>' panicked at 'not implemented: 
Connection: mysqlx://user:password@host:port?connect-timeout=2000 not supported!', 
/__w/connector-x/connector-x/connectorx/src/source_router.rs:60:18
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

😔 Really unhappy about this. I am trying to connect to a MySQL db router using the URI above but failed to do so. Is there any fix? By the way, I am using Polars (which uses connectorx in read_database_uri() method) . Note that the URI above has replaced with actual values in production.

This issue should be labeled as a feature. But it mustn't! this is a basic stuff and must be acknowledged as a bug. What a disgrace to developers of it!