hackinghat / cl-mysql

Common Lisp MySQL library
http://hackinghat.com/index.php/cl-mysql
53 stars 17 forks source link

add ssl-ca parameter #22

Closed cxxxr closed 7 months ago

cxxxr commented 7 months ago

In order to use https://planetscale.com/ from this library, it is necessary to specify a client certificate, so I have added support for that.

beberman commented 6 months ago

merged