An Ash extension for interacting with Oban
Find a file
2023-05-01 11:00:17 -04:00
.github init 2023-04-21 22:46:04 -06:00
config chore: docs/setup for release 2023-04-28 14:03:29 -04:00
documentation/tutorials fix: insert_all/1 not insert_all!/1 2023-05-01 11:00:17 -04:00
lib fix: insert_all/1 not insert_all!/1 2023-05-01 11:00:17 -04:00
logos init 2023-04-21 22:46:04 -06:00
test improvement: initial feature set 2023-04-27 22:07:05 -04:00
.check.exs init 2023-04-21 22:46:04 -06:00
.credo.exs init 2023-04-21 22:46:04 -06:00
.formatter.exs improvement: error handling/docs 2023-04-28 13:59:56 -04:00
.gitignore init 2023-04-21 22:46:04 -06:00
.tool-versions init 2023-04-21 22:46:04 -06:00
CHANGELOG.md chore: update changelog 2023-04-28 14:04:49 -04:00
FUNDING.yml init 2023-04-21 22:46:04 -06:00
LICENSE init 2023-04-21 22:46:04 -06:00
mix.exs chore: remove oban_web 2023-04-28 14:07:51 -04:00
mix.lock chore: remove oban_web 2023-04-28 14:07:51 -04:00
README.md improvement: initial feature set 2023-04-27 22:07:05 -04:00

AshStateMachine

An oban extension for Ash.Resource

Installation

def deps do
  [
    {:ash_oban, "~> 0.1.0"}
  ]
end

Get Started

Check out the getting started guide.