elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
306 stars 113 forks source link

Add DBConnection.ConnectionError.t/0 type #304

Closed whatyouhide closed 8 months ago

whatyouhide commented 8 months ago

I also moved the connection error definition into its own file and added some guards to its exception/2 function.

The idea here is to lay the foundations for expanding :reason so that programmers can gather more from that instead of sometimes having to match on the message.

josevalim commented 8 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: