server: implement data persistence with database

Using databases + sqlite/postgresql depending of what you want.
Use DATABASE_URL to configure

Closes #70
This commit is contained in:
2023-08-15 16:31:42 +02:00
committed by Mathieu Virbel
parent ef3486eac0
commit 857505124f
8 changed files with 363 additions and 38 deletions

3
server/.gitignore vendored
View File

@@ -175,3 +175,6 @@ test_samples/
.vscode/
artefacts/
audio_*.wav
# ignore local database
reflector.sqlite3