aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/video_database (unfollow)
Commit message (Expand)Author
2024-08-22fix(storage/schema.sql): Tell SQLite to perform type-checkingBenedikt Peetz
2024-08-22refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz
2024-08-22fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz
2024-08-22refactor(storage): Make all URL parsings panicBenedikt Peetz
2024-08-22fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz