docs: remove unnecessary sentence in getting started guide

This commit is contained in:
Zach Daniel 2024-05-02 21:19:49 -04:00
parent 1bdc095b04
commit 86193b77be

View file

@ -396,7 +396,7 @@ Helpdesk.Support.Ticket
|> Ash.read!()
```
The examples above could be easily implemented with `Enum.filter`, but the real power here is to allow you to use the same tools when working with any data layer. If you were using the `AshPostgres.DataLayer` data layer.
The examples above could be easily implemented with `Enum.filter`, but the real power here is to allow you to use the same tools when working with any data layer.
Even though it doesn't persist data in any way, `Ash.DataLayer.Simple` can be useful to model static data, or be used for resources where all the actions are manual and inject data from other sources.