Skip to content

Commit a930457

Browse files
committed
docs: move new note to what-is-ash-postgres.md
1 parent 1f370b6 commit a930457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash).
1212

13-
> ### What versions are supported? {: .info}
14-
>
15-
> Any version higher than 13 is fully supported. Versions lower than this can be made to work, but certain edge cases may need to be manually handled. This becomes more and more true the further back in versions that you go.
16-
1713
## Tutorials
1814

1915
- [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)

documentation/topics/about-ash-postgres/what-is-ash-postgres.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
AshPostgres is the PostgreSQL `Ash.DataLayer` for [Ash Framework](https://hexdocs.pm/ash). This is the most fully-featured Ash data layer, and unless you need a specific characteristic or feature of another data layer, you should use `AshPostgres`.
44

5+
> ### What versions are supported? {: .info}
6+
>
7+
> Any version higher than 13 is fully supported. Versions lower than this can be made to work, but certain edge cases may need to be manually handled. This becomes more and more true the further back in versions that you go.
8+
59
Use this to persist records in a PostgreSQL table or view. For example, the resource below would be persisted in a table called `tweets`:
610

711
```elixir

0 commit comments

Comments
 (0)