MCPcopy Index your code
hub / github.com/google/ax / SQLiteEventLog

Struct SQLiteEventLog

internal/controller/executor/sqlite.go:31–33  ·  view source on GitHub ↗

SQLiteEventLog is a durable EventLog that persists events in a SQLite database. It is safe for concurrent use.

Source from the content-addressed store, hash-verified

29// SQLiteEventLog is a durable EventLog that persists events in a SQLite database.
30// It is safe for concurrent use.
31type SQLiteEventLog struct {
32 db *sql.DB
33}
34
35const sqliteBusyTimeout = 10 * time.Second
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected