ccql 0.1.2

Claude Code Query Language - SQL query engine for Claude Code data
Documentation
1
2
3
4
5
6
7
8
9
pub mod history;
pub mod stats;
pub mod todo;
pub mod transcript;

pub use history::HistoryEntry;
pub use stats::StatsCache;
pub use todo::{TodoEntry, TodoFile, TodoStatus};
pub use transcript::TranscriptEntry;