Closed sertainly closed 8 months ago
@Mytherin Apologies for tagging you directly, I imagine you have a lot on your plate. Could you just give an indication of when / if someone may have the chance to give this a try?
Any answer is fine, but it gives me the chance to deal with it in other ways (e.g. polars).
Thanks so much for your efforts 🦆 .
Thanks for the suggestion - I agree this is a good idea. I'll try to have a look at implementing this in the coming weeks.
Aah that sounds great, thanks a ton 😊
And if you need someone to run a few test queries once it's ready, I'm happy to help.
I have a PR up for this here - https://github.com/duckdb/duckdb_mysql/pull/50
Implemented now in main
Thanks so much for implementing 😊 This will really help me. I'll try it out today.
If I understood correctly, there's a functionality in the
duckdb_postgres
extension namedpostgres_query
that allows to send queries directly to the db/engine and get the result back, without duckdb doing its magic in between.I'd love to see this for
mysql
as well, e.g. something likemysql_query(attached_database::VARCHAR, query::VARCHAR)
.I could imagine that this may be a low hanging fruit and provide tremendous value (at least to me 😊)
Thanks so much in advance.