PyDoris is a Python client for Apache Doris, providing a DB-API 2.0 compatible interface to interact with Doris databases. Current version is 1.2.0, supporting Python >=3.7. It connects via MySQL protocol (typically port 9030). The library is maintained by the Apache Doris community.
pip install pydorisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to Apache Doris, execute a query, and print the version.
Use port 9030 (or your configured query port).
Check user host in Doris: `SHOW GRANTS;` and ensure `mysql_native_password` authentication.
Check for updates; consider using official mysql-connector-python if needed.
No dependency data recorded yet.