Expand description
SQLite event sink — writes proxy events to the local SQLite store.
Converts ProxyEvent variants into store operations:
Request→ insert intorequeststable + update session countersSessionStart→ insert intosessionstableSessionEnd→ updateended_aton the sessionHeartbeat→ ignored (not stored locally)
Structs§
- Sqlite
Sink - Event sink that writes to the SQLite store.