Calling `ErrorTracker.repo().whatever(..., prefix: ErrorTracker.prefix())` every time gets annoying quickly. Let's build an `ErrorTracker.Repo` module that exposes the same API as `Ecto.Repo` and does this for us.