Versions in this module Expand all Collapse all v1 v1.18.0 Sep 30, 2025 Changes in this version + type Sqlite struct + func NewSqlite(ctx context.Context, dbPath string) (*Sqlite, error) + func (s *Sqlite) CreateDebugSession(ctx context.Context, debugSessionKey string) error + func (s *Sqlite) DeleteDebugSession(ctx context.Context, debugSessionKey string) error + func (s *Sqlite) QueryDebugSessions(ctx context.Context, limit int, offset int) (*model.DebugSessionsPage, error) + func (s *Sqlite) QueryEvents(ctx context.Context, debugSessionKey string, kind *string, limit int, ...) (*model.EventsPage, error) + func (s *Sqlite) WriteEvent(ctx context.Context, debugSessionKey string, kind string, data json.RawMessage) error