> For the complete documentation index, see [llms.txt](https://docs.privado.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.privado.ai/understanding-rules/sinks/storages.md).

# Storages

The database related rules are stored under this sub-category of a sink. There is a separate directory for each vendor such as MySQL, MongoDB, etc. At the lowest level, rules are stored as per the programming languages. There will be a file for every language. The rules which are applicable to all the programming languages are stored in the default.rule file.

Directory `rules/sinks/storages`:

```
 |__rules
   |__sinks
   |  |__storages
   |  |  |__mongodb
   |  |     |__java.yaml
   |  |     |__default.yaml
   |  |  |__mysql
   |  |     |__java.yaml
   |  |     |__default.yaml
   |  |  |__amazonS3
   |  |     |__java.yaml
   |  |     |__default.yaml
   |  |  |__arangodb
   |  |     |__java.yaml
   |  |     |__default.yaml
   |  |  |__...
   
```

Privado currently supports 23 popular databases and libraries. The full list is available [here](https://github.com/Privado-Inc/privado/tree/main/rules/sinks/storages).
