MCPcopy Create free account
hub / github.com/chanify/chanify / sqlite

Struct sqlite

model/sqlite.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type sqlite struct {
12 db *sql.DB
13}
14
15func init() {
16 drivers["sqlite"] = func(dsn string) (DB, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected