Implement configurable database backends (SQLite/JSON) with unified memory management, automated migration, Docker support, and privacy controls. Maintains full backward compatibility while enabling future PostgreSQL/ChromaDB.
8 lines
634 B
Text
8 lines
634 B
Text
[2025-10-10 12:58:15] [INFO] [database:325] Connected to JSON backend
|
|
[2025-10-10 12:58:15] [INFO] [database:539] Initialized JSON database backend
|
|
[2025-10-10 13:00:54] [INFO] [database:81] Connected to SQLite database: data/deltabot.db
|
|
[2025-10-10 13:00:54] [DEBUG] [database:142] Database tables initialized
|
|
[2025-10-10 13:00:54] [INFO] [database:536] Initialized SQLite database backend
|
|
[2025-10-10 13:01:51] [INFO] [database:81] Connected to SQLite database: data/deltabot.db
|
|
[2025-10-10 13:01:51] [DEBUG] [database:142] Database tables initialized
|
|
[2025-10-10 13:01:51] [INFO] [database:536] Initialized SQLite database backend
|