From 1e0ab8b386f8f51ca3f9cfb49275e81cad3fbf94 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Fri, 13 Mar 2026 13:11:20 +0200 Subject: [PATCH] README.md: added feature list Signed-off-by: Alex Karajos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e719d43..f65e786 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ The queue system uses logs to ensure maintainability and implements retry featur ![Queue process](https://docs.dotkernel.org/img/queue/schema.png) +## Features + +- Doctrine integration including migrations and fixtures (with `MariaDB` and `PostgreSQL` support) +- Core ready (Core module ready to be moved to a separate repository) + ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/queue)