Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Open
Method
Open
coderd/database/migrations/txnmigrator.go:30–32 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(*pgTxnDriver) Open(string) (database.Driver, error) {
31
panic(
"not implemented"
)
32
}
33
34
func
(*pgTxnDriver) Close() error {
35
return
nil
Callers
1
testSQLDB
Function · 0.45
Calls
no outgoing calls
Tested by
1
testSQLDB
Function · 0.36