Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dnote/dnote
/ Begin
Method
Begin
pkg/cli/database/sql.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// sqlDb is an interface implemented by *sql.DB
35
type
sqlDb
interface
{
36
Begin() (*sql.Tx, error)
37
}
38
39
// sqlTx is an interface implemented by *sql.Tx
Callers
15
InitSystem
Function · 0.65
TestInitSystemKV
Function · 0.65
TestInitSystemKV_existing
Function · 0.65
TestLocalMigration1
Function · 0.65
TestLocalMigration2
Function · 0.65
TestLocalMigration3
Function · 0.65
TestLocalMigration4
Function · 0.65
TestLocalMigration5
Function · 0.65
TestLocalMigration6
Function · 0.65
TestLocalMigration7_trash
Function · 0.65
TestLocalMigration7_conflicts
Function · 0.65
TestLocalMigration7_conflicts_dup
Function · 0.65
Implementers
1
DB
pkg/cli/database/sql.go
Calls
no outgoing calls
Tested by
15
TestInitSystemKV
Function · 0.52
TestInitSystemKV_existing
Function · 0.52
TestLocalMigration1
Function · 0.52
TestLocalMigration2
Function · 0.52
TestLocalMigration3
Function · 0.52
TestLocalMigration4
Function · 0.52
TestLocalMigration5
Function · 0.52
TestLocalMigration6
Function · 0.52
TestLocalMigration7_trash
Function · 0.52
TestLocalMigration7_conflicts
Function · 0.52
TestLocalMigration7_conflicts_dup
Function · 0.52
TestLocalMigration8
Function · 0.52