dejavu-cli 0.4.0

Stop showing coding agents the same command output twice.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Local SQLite storage: schema, row models, and the connection facade.

pub mod db;
pub mod logs;
pub mod models;
pub mod schema;
pub mod session;

pub use db::{Db, StatsAgg};
pub use logs::{write_logs, StoredLogs};
pub use models::{RunRecord, SessionRecord};