Can i use dask to query mysql, pg sql or mongodb data like trino(presto)?

i want to use dask as a BI or OLAP query engine to do ad-hoc queries , like what are doing using presto.
can i do that

once i install the dask, i can query mysql data using the syntax like
select * from mysql.db_name.table_name
without any python code

Hi @habout632, welcome to Dask community!

You might be interested by
https://dask-sql.readthedocs.io/en/latest/

But I’m afraid you’ll need a bit of Python code though.