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

Method create_table

database/db.py:47–48  ·  view source on GitHub ↗
(self, name:str, columns=None)

Source from the content-addressed store, hash-verified

45 raise ModuleNotFoundError(f"{str(self)} Not implemented")
46
47 def create_table(self, name:str, columns=None):
48 raise ModuleNotFoundError(f"{str(self)} Not implemented")
49
50 def create_columns(self, tablename:str, columns):
51 raise ModuleNotFoundError(f"{str(self)} Not implemented")

Callers 1

insert_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected