diff --git a/docs/content/dev/2.0.md b/docs/content/dev/2.0.md index e60a4462a..d622d88b8 100644 --- a/docs/content/dev/2.0.md +++ b/docs/content/dev/2.0.md @@ -3,6 +3,13 @@ This document collects notes and decisions taken during the development of Hedge It should be converted to a properly structured documentation, but having unstructured docs is better than having no docs. +## Supported databases +We intend to officially support and test these databases: +- SQLite (for development and smaller instances) +- PostgreSQL +- MariaDB + + ## Dev Setup - Clone backend and frontend in two folders. - Run `yarn install` in both projects