Merge pull request #932 from hedgedoc/docs/supported-dbs

This commit is contained in:
David Mehren 2021-02-20 10:46:56 +01:00 committed by GitHub
commit 91044a82c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,14 @@
# 2.0 Development Hints
# 2.0 Development Notes
This document collects notes and decisions taken during the development of HedgeDoc 2.0.
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.