Store config in SQLite (Recommended)
Providers, combos, token savers, and settings move to SQLite tables. The config.yaml becomes a seed file loaded on first startup, then the DB is the source of truth. Dashboard writes go directly to DB.
Pros: Instant writes, atomic, no file parsing, survives restarts naturally
Cons: Need migration (YAML → DB), can't hand-edit YAML anymore (but can export)
Cons: Need migration (YAML → DB), can't hand-edit YAML anymore (but can export)