MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / get_databases

Method get_databases

database/db.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 raise ModuleNotFoundError("get_tables_count() Not implemented")
70
71 def get_databases(self):
72 raise ModuleNotFoundError("get_databases() Not implemented")
73
74 def get_rows(self, tablename:str, limit:int=10)->Result:
75 raise ModuleNotFoundError(f"get_rows({tablename}, {limit}) Not implemented")

Callers 2

databasesMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected