Sanito.Plugins.EctoPlugin (sanito v0.1.1)

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.EctoPlugin, repo: MyApp.Repo}]