From c089e9a08cee8e03af40d2a3309b6d1f1dbf597d Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Tue, 21 Nov 2023 09:22:13 +0100 Subject: [PATCH] Update Readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5cfb989..0e0b742f 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,21 @@ # DbToolsBundle A set of Symfony Console Commands to interact with your database +---

- +⚠️⚠️⚠️ Work in progress ⚠️⚠️⚠️

-**/!\ Work in progress /!\\** +--- -Currently supported database vendors: PostgreSQL, MariaDB/MySQL +

+ +

+ +* **Backup**: Backup your database and manage your dumps with a simple command. +* **Restore**: Easily restore a previous dump of your database. +* **Anonymize**: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file. +* Set up a **GRDP-friendly** workflow: Make it easier to follow GDPR best practices when importing production dump to other environments. ## Installation