elixir-ecto / myxql

MySQL 5.5+ driver for Elixir
Apache License 2.0
273 stars 67 forks source link

Require :ssl & :public_key applications #108

Closed wojtekmach closed 4 years ago

wojtekmach commented 4 years ago

Previously we had some extra code inspired by https://github.com/elixir-ecto/postgrex/pull/325.

We now think that it's reasonable to require that the user of myxql has :ssl installed.