Commit Graph

1 Commits

Author SHA1 Message Date
elmerfds
492a65306b Refactor TrafegoDNS to use SQLite exclusively for data storage
- Updated CLI usage documentation to reflect the unified CLI commands and removed references to JSON storage.
- Added a new document detailing the SQLite storage architecture, benefits, migration process, and schema features.
- Modified application startup to require SQLite initialization, removing fallback to JSON storage.
- Enhanced database initialization logic to ensure successful migration from JSON to SQLite and log appropriate messages.
- Updated database module to handle migration from JSON files and ensure application functionality relies solely on SQLite.
2025-05-11 22:59:08 +01:00