added database migration and initialization logic to backend, including migration loader and async migration runner

This commit is contained in:
2025-08-05 03:16:36 +02:00
parent 99ef24076e
commit 86b5f83140
8 changed files with 862 additions and 0 deletions

1
backend-rust/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
target/