Skip to main content

Crate opensession_local_db

Crate opensession_local_db 

Source

Modules§

git

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>.
LocalSessionFilter
Filter for listing sessions from the local DB.
LocalSessionRow
A local session row stored in the local SQLite database.