You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ A set of Symfony Console Commands to interact with your database
10
10
</a>
11
11
</p>
12
12
13
-
***Backup**: Backup your database and manage your dumps with a simple command.
14
-
***Restore**: Easily restore a previous dump of your database.
15
-
***Anonymize**: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file.
16
-
* Set up a **GDPR-friendly** workflow: Make it easier to follow GDPR best practices when importing production dump to other environments.
13
+
***[Backup](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#backup-command)**: Backup your database and manage your dumps with a simple command.
14
+
***[Restore](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#restore-command)**: Easily restore a previous dump of your database.
15
+
***[Anonymize](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/essentials.html)**: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file.
16
+
*[Set up a **GDPR-friendly** workflow](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/workflow.html): Make it easier to follow GDPR best practices when importing production dump to other environments.
Read [DbToolsBundle documentation](https://dbtoolsbundle.readthedocs.io/) on Read the Docs.
29
29
30
+
## Contributing
31
+
32
+
The DbToolsBundle is an Open Source project, if you want to help check out the [contribute page on the documentation](https://dbtoolsbundle.readthedocs.io/en/stable/contribute/contribute.html).
33
+
30
34
## Licence
31
35
32
36
This software is published under the [MIT License](./LICENCE.md).
0 commit comments