Packages

An open and opinionated DeFi/CeFi/TradFi trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation

Current section

Files

Jump to
prop lib prop repo.ex
Raw

lib/prop/repo.ex

defmodule Prop.Repo do
use Ecto.Repo,
otp_app: :prop,
adapter: Ecto.Adapters.Postgres
end