feat: migrate persistence from JSON to SQLModel (Phase 1)
- Integrated SQLModel with SQLite for robust data persistence - Refactored UserManager and WatchlistManager to use SQL queries - Migrated models to SQLModel with relationships and primary keys - Updated test suite with in-memory database isolation - Removed deprecated JSON storage files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"check_interval_hours": 6,
|
||||
"auto_download_enabled": true,
|
||||
"check_interval_hours": 12,
|
||||
"auto_download_enabled": false,
|
||||
"max_concurrent_auto_downloads": 2,
|
||||
"notify_on_new_episodes": false,
|
||||
"include_completed_anime": false
|
||||
|
||||
Reference in New Issue
Block a user