nyx/src
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
..
commands Add vacuum method to Indexer for database maintenance 2025-06-17 21:00:24 +02:00
patterns Switch read_to_string to read in scan.rs and simplify Python patterns 2025-06-17 18:36:46 +02:00
utils Refactor project and index handling 2025-06-17 17:42:41 +02:00
cli.rs Refactor database schema and scanning process: 2025-06-17 16:46:45 +02:00
database.rs Add vacuum method to Indexer for database maintenance 2025-06-17 21:00:24 +02:00
main.rs Renamed project from "Nano" to "Nyx" across codebase and configuration files. 2025-06-17 10:55:50 +02:00
walk.rs Add debugging logs to walk.rs and file scanning in scan.rs 2025-06-17 17:52:22 +02:00