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

Method create_columns

database/db.py:50–51  ·  view source on GitHub ↗
(self, tablename:str, columns)

Source from the content-addressed store, hash-verified

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")
52
53 def insert_data(self, tablename, data, columns=None):
54 raise ModuleNotFoundError(f"{str(self)} Not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected