TehShrike
Can you recommend a mysql driver for deno that isn't a complete dead end?
Yes, I am able to connect to the local db with node. I was also to connect to the local db in Deno using this native Deno library: https://github.com/denodrivers/mysql
26 replies
Can you recommend a mysql driver for deno that isn't a complete dead end?
When I try connecting to PlanetScale with
ssl: { rejectUnauthorized: false }
, I get an error with the message "unavailable: unable to connect to branch tcancv32qlrt" and then "Uncaught Error: read UNKNOWN"26 replies
Can you recommend a mysql driver for deno that isn't a complete dead end?
yeah, I can try to write up something more thorough, though about half the details are here: https://discord.com/channels/684898665143206084/684898665151594506/1187550860746698833 the rest of the details are: mysql 8.0.35, from the default macOS installer from https://dev.mysql.com/downloads/mysql/ with no my.cnf file.
26 replies
Can you recommend a mysql driver for deno that isn't a complete dead end?
I'm trying to get it to work but having issues connecting https://discord.com/channels/684898665143206084/684898665151594506/1187550860746698833
26 replies