Ash Framework is a declarative, resource-oriented application development framework for Elixir. A resource can model anything, like a database table, an external API, or even custom code. Ash provides a rich, and extensive set of tools for interacting with and building on top of these resources.
Questions tagged [ash-framework]
1 questions
0
votes
1 answer
One or multiple registry.ex in an Ash project?
https://ash-hq.org/docs/guides/ash/latest/tutorials/get-started proposes this file structure:
lib/
├─ helpdesk/
│ ├─ support/
│ │ ├─ registry.ex # <-----
│ │ ├─ resources/
│ │ │ ├─ ticket.ex
│ ├─ support.ex
support is the API here or is…

wintermeyer
- 8,178
- 8
- 39
- 85