server does not allow insecure connections, client must use SSL/TLS
I have been trying to setup planetscale database with drizzle in my next js application.
But I cant seem to form a conneciton with the database and push my generated schema up.
When I run the command
this is what my
I have also tried using
My versions are
Any help with this?
Appericiate you guys looking at this! many thanks
But I cant seem to form a conneciton with the database and push my generated schema up.
When I run the command
npx drizzle-kit push:mysql I get this errorthis is what my
drizzle.config.ts looks likeI have also tried using
uri instead of host user password and database but that doesn't work either with the ?sslaccept=strict and other variations for it. Tried a bunch of solutions with this but nothing works. Other working repos online have older versions of drizzle-kit and drizzle-ormMy versions are
Any help with this?
Appericiate you guys looking at this! many thanks