Packages

Asset-first data orchestration framework for Elixir/BEAM.

Current section

Files

Jump to
flowstone lib flowstone repo.ex
Raw

lib/flowstone/repo.ex

defmodule FlowStone.Repo do
use Ecto.Repo,
otp_app: :flowstone,
adapter: Ecto.Adapters.Postgres
end