This demonstrate how to uses Dagger Elixir SDK with the Phoenix application.
You need Dagger 0.11.6+ or higher. And the knowledge of Elixir programming language.
The Dagger module code living inside dagger directory. In that directory, it has
2 Elixir projects:
dagger_sdkThe Dagger SDK.hello_dagThe Dagger module forhello_dagapplication.
On the root of this repository, you can run dagger call test --source=.:default to
run unit tests suite in the Phoenix project. The module will spin up the database and
configure it for you.