From 54a26ae751ceb6cdb6040d8ccf3c6f5fa9be4652 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Fri, 19 Feb 2021 12:50:16 +0100 Subject: [PATCH] Document supported databases in 2.0 Closes #447 Signed-off-by: David Mehren --- docs/content/dev/2.0.md | 7 +++++++ 1 file changed, 7 insertions(+) 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