ips/pkg6depotd/src
Till Wegmueller def11a1dfb
Refactor: Replace redb with rusqlite for catalog handling
- Transitioned the catalog backend from `redb` to `rusqlite` for better compatibility and concurrency.
- Updated `IpsProvider` to use SQLite for package querying, dependency resolution, and obsolescence handling.
- Removed `decode_manifest_bytes_local` and unused `manifest` cache logic.
- Simplified catalog-related functions and integrated `sqlite_catalog` module.
- Enhanced test functions and added schemas for managing SQLite databases.
2026-02-04 22:39:42 +01:00
..
daemon Introduce foundational structure for pkg6depotd 2025-12-08 20:11:05 +01:00
http Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00
telemetry Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
cli.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
config.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
errors.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
lib.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
main.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
repo.rs Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00