Skip to content

Commit

Permalink
docs: update docs to show current limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 27, 2023
1 parent 44ac7c7 commit 200b1d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion documentation/tutorials/get-started-with-ash-money.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ Add the following to your schema file:
field(:amount, non_null(:decimal))
field(:currency, non_null(:string))
end
```
```

## Limitations

Support for using built in operators with data layers that don't support it. For example, `expr(money + money)` will work in `AshPostgres`, but not when using `Ash.DataLayer.Ets`.
We need to make built in functions extensible by type to make this work.

0 comments on commit 200b1d6

Please sign in to comment.