Sanito.Plugins.EctoPlugin (sanito v0.2.0)

Simple connection check to a given Ecto repo

It only tries to execute a simple query to verify the connection is done successfully

It can be used as the following example:

plug Sanito.Plug, plugins: [{Sanito.Plugins.EctoPlugin, repo: MyApp.Repo}]