mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2026-08-18 11:05:49 +00:00
:storage:database
AntennaPod's main database, containing subscriptions and playback state (but not user settings).
Uses raw SQLite via PodDBAdapter (not Room); writes go through async DBWriter; reads use cursor-to-object mappers in the mapper/ package.