docs: update readme with note on version support

This commit is contained in:
Zach Daniel 2024-07-09 11:19:46 -04:00
parent 24576c168c
commit 1f370b6357

View file

@ -10,6 +10,10 @@
Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash).
> ### What versions are supported? {: .info}
>
> 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.
## Tutorials
- [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)