(self, sql: List[Union[str, Tuple[str, Union[Sequence, Dict[str, Any]]]]])
| 28 | raise NotImplementedError |
| 29 | |
| 30 | async def batch_execute(self, sql: List[Union[str, Tuple[str, Union[Sequence, Dict[str, Any]]]]]): |
| 31 | raise NotImplementedError |
| 32 | |
| 33 | |
| 34 | class MySQLDatabase(Database): |
nothing calls this directly
no outgoing calls
no test coverage detected