nyx/src/commands
elipeter eedfc5dbe8 Add vacuum method to Indexer for database maintenance
- Added a `vacuum` method in `database.rs` to optimize database file size and performance.
- Integrated `vacuum` calls into `scan.rs` and `index.rs` to ensure regular maintenance during operations.
2025-06-17 21:00:24 +02:00
..
clean.rs Added foundational modules for core functionalities: 2025-06-16 16:46:22 +02:00
index.rs Add vacuum method to Indexer for database maintenance 2025-06-17 21:00:24 +02:00
list.rs Added foundational modules for core functionalities: 2025-06-16 16:46:22 +02:00
mod.rs Refactor project and index handling 2025-06-17 17:42:41 +02:00
scan.rs Add vacuum method to Indexer for database maintenance 2025-06-17 21:00:24 +02:00