Modules§
Structs§
- LocalDb
- Local SQLite database shared by TUI and Daemon.
Thread-safe: wraps the connection in a Mutex so it can be shared via
Arc<LocalDb>. - Local
Session Filter - Filter for listing sessions from the local DB.
- Local
Session Row - A local session row stored in the local SQLite database.