mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Document supported databases in 2.0
Closes #447 Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
f7607fae54
commit
54a26ae751
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue