Packages

IntegrateDB is a database sharing system. It provides integration primitives and data ownership and migration controls. Use it to integrate applications directly through a Postgres database.

Current section

Files

Jump to
integratedb lib integrate repo.ex
Raw

lib/integrate/repo.ex

defmodule Integrate.Repo do
use Ecto.Repo,
otp_app: :integratedb,
adapter: Ecto.Adapters.Postgres
end