Packages
integratedb
0.1.0
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
Current section
Files
lib/integrate/repo.ex
defmodule Integrate.Repo do
use Ecto.Repo,
otp_app: :integratedb,
adapter: Ecto.Adapters.Postgres
end