Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorp/gorp
/ SqliteDialect
Struct
SqliteDialect
dialect_sqlite.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
SqliteDialect
struct
{
13
suffix string
14
}
15
16
func
(d SqliteDialect) QuerySuffix() string {
return
";"
}
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected