defmodule Diffuser.Repo do
use Ecto.Repo,
otp_app: :diffuser,
adapter: Ecto.Adapters.Postgres
use Scrivener, page_size: 12
end