MCPcopy Create free account
hub / github.com/GitbookIO/micro-analytics / SQLite

Struct SQLite

database/sqlite/sqlite.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type SQLite struct {
14 DBManager *manager.DBManager
15 directory string
16}
17
18func NewSimpleDriver(driverOpts database.DriverOpts) *SQLite {
19 manager := manager.New(manager.Opts{driverOpts})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected