vanth/crates/cli
Markus Scully af6bfadff8
🐛♻️ cli, vanth, vanth tests: Refactor store initialization and add trace logging
- Fixed CLI commands to prevent creating databases unnecessarily by using `StoreParams` with `create_if_not_exists: false` for `get`, `get_all`, `delete`, and `delete_all` commands.
- Refactored `Store::sqlite_from_path` to accept `StoreParams` and dynamically generate SQLite open flags.
- Added trace logging for received JSON content in `handle_write` command.
2025-08-07 16:27:39 +03:00
..
src 🐛♻️ cli, vanth, vanth tests: Refactor store initialization and add trace logging 2025-08-07 16:27:39 +03:00
tests/integration ♻️ cli, vanth: Implement CLI commands and enhance store 2025-08-07 16:11:54 +03:00
Cargo.toml ♻️ cli, vanth: Implement CLI commands and enhance store 2025-08-07 16:11:54 +03:00