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

Method create_database

database/db.py:44–45  ·  view source on GitHub ↗
(self, dbname:str)

Source from the content-addressed store, hash-verified

42 If database exists, drop and create
43 """
44 def create_database(self, dbname:str):
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")

Callers 1

startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected