Skip to main content

Module session_store_sqlite

Module session_store_sqlite 

Source

Functionsยง

delete_session_sqlite
find_session_id_by_runtime_thread_id_sqlite
Resolve the most recently updated session id linked to a runtime thread.
get_latest_session_for_workspace_sqlite
list_sessions_sqlite
load_session_sqlite
open_sqlite_session_db
Opens (or creates) the SQLite DB at db_path. If JSON files exist in sessions_dir and the DB is empty, auto-migrates.
save_session_sqlite
search_sessions_sqlite