From 4ee25ae6b50fe1f0641c99d03201f35166356f96 Mon Sep 17 00:00:00 2001 From: Rebecca Le <543859+sevenseacat@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:42:24 +0800 Subject: [PATCH] docs: Add minimum supported PostgreSQL version to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51f74e61..1bef9edc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash). +Minimum required PostgreSQL version: `13.0` + ## Tutorials - [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)