|
|
|
|
|
by andruby
318 days ago
|
|
How are you finding Ash? I've been debating to dive into it. I'd use it with LiveView, not for a GraphQL or JSON API backend. Is there a struggle when using Ash between the "Phoenix Way" (gen.auth, scopes) and eg AshAuthentication? Ecto vs Ash.Query? |
|
Edit to add, Ash is built on top of Ecto. The escape hatches are there, and easily accessed if needed. Ash.Query is very powerful and I haven’t needed any escape hatches on a small to medium sized project so far.