I think there is no one answer for this. In some cases pure SQL is better, in other cases, you need higher level constructs to be efficient, consistent and less error prone. We have lots of experience with ORMs based on…
Yes, this is a good description. The way I explain it is that "Ash is a declarative, composable application framework." It is the middle layer between DB (Ecto) and Phoenix (with or without LiveView) -- where your…
I think there is no one answer for this. In some cases pure SQL is better, in other cases, you need higher level constructs to be efficient, consistent and less error prone. We have lots of experience with ORMs based on…
Yes, this is a good description. The way I explain it is that "Ash is a declarative, composable application framework." It is the middle layer between DB (Ecto) and Phoenix (with or without LiveView) -- where your…