Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mattn/go-sqlite3
/ Connect
Method
Connect
_example/vtable/vtable.go:44–46 ·
view source on GitHub ↗
(c *sqlite3.SQLiteConn, args []string)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(m *githubModule) Connect(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) {
45
return
m.Create(c, args)
46
}
47
48
func
(m *githubModule) DestroyModule() {}
49
Callers
nothing calls this directly
Calls
1
Create
Method · 0.95
Tested by
no test coverage detected