refactor: switch database architecture from PostgreSQL to SQLite
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user