MCPcopy 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
84func 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

initTestDBFunction · 0.85
mainFunction · 0.85

Calls 1

ExecMethod · 0.65

Tested by 1

initTestDBFunction · 0.68