feat: enhance database configuration and media handling with PostgreSQL integration and storage quota management

This commit is contained in:
2025-11-03 03:24:55 +01:00
parent 964bcf2655
commit 22857cf056
14 changed files with 271 additions and 76 deletions

2
Cargo.lock generated
View File

@@ -1231,7 +1231,9 @@ name = "libertas_infra"
version = "0.1.0"
dependencies = [
"async-trait",
"chrono",
"libertas_core",
"serde",
"sqlx",
"uuid",
]