Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ initSchema
Function
initSchema
cmd/cql-fuse/fs.go:84–87 ·
view source on GitHub ↗
(db *sql.DB)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
initSchema(db *sql.DB) error {
85
_, err := db.Exec(fsSchema)
86
return
err
87
}
88
89
// create inserts a new node.
90
// parentID: inode ID of the parent directory.
Callers
2
initTestDB
Function · 0.85
main
Function · 0.85
Calls
1
Exec
Method · 0.65
Tested by
1
initTestDB
Function · 0.68