MCPcopy Create free account
hub / github.com/bytebase/bytebase / employeeDB

Function employeeDB

backend/api/mcp/tool_schema_test.go:178–182  ·  view source on GitHub ↗

employeeDB returns a standard single-database fixture (POSTGRES, employee_db).

()

Source from the content-addressed store, hash-verified

176
177// employeeDB returns a standard single-database fixture (POSTGRES, employee_db).
178func employeeDB() []map[string]any {
179 return []map[string]any{
180 makeDatabase("instances/prod-pg/databases/employee_db", "instances/prod-pg", "projects/hr-system", "POSTGRES", "ds-admin-1"),
181 }
182}
183
184// --- Tests ---
185

Calls 1

makeDatabaseFunction · 0.70

Tested by

no test coverage detected