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

Method insert_many

database/db.py:56–57  ·  view source on GitHub ↗
(self, tablename, data, columns=None)

Source from the content-addressed store, hash-verified

54 raise ModuleNotFoundError(f"{str(self)} Not implemented")
55
56 def insert_many(self, tablename, data, columns=None):
57 raise ModuleNotFoundError(f"{str(self)} Not implemented")
58
59 def search_tables(self, filter:str) -> Result:
60 raise ModuleNotFoundError(f"{str(self)} Not implemented")

Callers 1

insert_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected