Open craigballinger opened 1 month ago
Does this library support secure connections to MySQL? I haven't been able to find an example of how to do this via the DNS alone. Thanks!
It is supported by https://github.com/go-sql-driver/mysql you can find it in the documentation https://github.com/go-sql-driver/mysql/blob/master/README.md http://go-database-sql.org/index.html
Does this library support secure connections to MySQL? I haven't been able to find an example of how to do this via the DNS alone. Thanks!