MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Database

Struct Database

catalog/database.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 "github.com/dolthub/go-mysql-server/sql/types"
16 "github.com/google/uuid"
17 "github.com/sirupsen/logrus"
18)
19
20type Database struct {
21 mu *sync.RWMutex
22 catalog string
23 name string
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected