MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / UseDB

Method UseDB

IceFireDB-SQLProxy/internal/mysql/handle.go:23–25  ·  view source on GitHub ↗
(c *server.Conn, dbName string)

Source from the content-addressed store, hash-verified

21}
22
23func (h *Handle) UseDB(c *server.Conn, dbName string) error {
24 return h.conn.UseDB(dbName)
25}
26
27func (h *Handle) HandleQuery(c *server.Conn, query string) (res *mysql.Result, err error) {
28 // Check if this is a readonly connection attempting a write

Callers

nothing calls this directly

Calls 1

UseDBMethod · 0.65

Tested by

no test coverage detected