mix oban.install (Oban v2.19.4)
View SourceInstall and configure Oban for use in an application.
Example
Install using the default Ecto repo and matching engine:
mix oban.install
Specify a SQLite3 repo and Lite engine explicitly:
mix oban.install --repo MyApp.LiteRepo --engine Oban.Engines.Lite
Options
--engineor-e— Select the engine for your repo, defaults toOban.Engines.Postgres--notifieror-n— Select the pubsub notifier, defaults toOban.Notifiers.Postgres--repoor-r— Specify an Ecto repo for Oban to use