View Source Csv2sql.Database.ConnectionTest (Csv2sql v0.1.0)
Tests the connection to the database
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
Functions
@spec attempt_connection(connect_args()) :: {:connected, pid()} | {:error, DBConnection.ConnectionError.t()}
@spec check_db_connection(pid()) :: :ok
Returns a specification to start this module under a supervisor.
See Supervisor
.