MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / db_create

Method db_create

tortoise/backends/sqlite/client.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106 self._connection = None
107
108 async def db_create(self) -> None:
109 # DB's are automatically created once accessed
110 pass
111
112 async def db_delete(self) -> None:
113 await self.close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected