ips/libips
Till Wegmueller 92cce0f767
Add debugging utilities and improved package listing
- Add support for debugging database tables with `--stats`, `--dump-all`, and `--dump-table` options.
- Introduce CLI command `DebugDb` for inspecting catalog, obsoleted, and installed tables.
- Enhance `List` command to include an `--all` flag for listing all available packages.
- Update logging for database operations and package queries.
- Add methods to dump and analyze table contents in `InstalledPackages` and `ImageCatalog`.
2025-08-05 00:20:57 +02:00
..
src Add debugging utilities and improved package listing 2025-08-05 00:20:57 +02:00
tests Remove obsolete test_manifest_parsing.rs and refactor FileBackend for robust manifest handling 2025-07-27 16:12:59 +02:00
.gitignore merging all ips packages into one repo 2021-03-21 14:12:03 -03:00
Cargo.toml Introduce progress reporting infrastructure and error management refinements 2025-08-03 14:28:36 +02:00