README: Add details about other DBs, migrations

This commit is contained in:
Valentin Tolmer
2023-03-27 14:07:28 +02:00
committed by nitnelave
parent 2c8fe2a481
commit 585b65e11d
2 changed files with 12 additions and 3 deletions

View File

@@ -26,9 +26,9 @@ Frontend:
Data storage:
* The data (users, groups, memberships, active JWTs, ...) is stored in SQL.
* Currently only SQLite is supported (see
https://github.com/launchbadge/sqlx/issues/1225 for what blocks us from
supporting more SQL backends).
* The main SQL DBs are supported: SQLite by default, MySQL, MariaDB, PostgreSQL
(see [./database_migration.md](DB Migration) for how to migrate off of
SQLite).
### Code organization