MCPcopy Create free account
hub / github.com/buggregator/server / SQLiteStore

Struct SQLiteStore

internal/storage/sqlite.go:15–17  ·  view source on GitHub ↗

SQLiteStore implements event.Store using SQLite.

Source from the content-addressed store, hash-verified

13
14// SQLiteStore implements event.Store using SQLite.
15type SQLiteStore struct {
16 db *sql.DB
17}
18
19// Open creates a new SQLite database connection.
20func Open(dsn string) (*sql.DB, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected