refactor: switch database architecture from PostgreSQL to SQLite

This commit is contained in:
Daniel Bedeleanu
2026-04-10 13:42:00 +03:00
parent 748bbc301a
commit 3f76610787
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ A unified system to maintain an inventory of "items" and their quantities, inclu
### 2.1 Main Application Server (Linux Backend)
* **Target Environment:** Dockerized Linux Environment.
* **Framework:** Python (FastAPI) + PostgreSQL database.
* **Framework:** Python (FastAPI) + SQLite database.
* **Users & Security:** Support multiple authenticated users with distinct actions.
* **Audit Compliance:** **All operations** must maintain a strict audit log detailing who changed what and when.