How do I configure SSL mode without using the connectionString parameter
In
drizzle.config.ts
I tried pushing to my database but it won't work since it requires a SSL/TLS connection.
That would normally be solved using the connectionString, but I got the other parameters and I can't find a way around this.
here's my config file:
1 Reply
In my
mysql2
connection instance.
I use this option
To solve this matter