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