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

Method insert_data

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

Source from the content-addressed store, hash-verified

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")
55
56 def insert_many(self, tablename, data, columns=None):
57 raise ModuleNotFoundError(f"{str(self)} Not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected