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

Method get_databases

database/SQliteDB.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 return tables
125
126 def get_databases(self):
127 raise ModuleNotFoundError("Databases not available on sqlite")
128
129 def search_tables(self, filter:str=None):
130 result = Result(headers=['tables'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected