(self)
| 113 | raise NotImplementedError("translate_exceptions is not implemented") |
| 114 | |
| 115 | async def close(self) -> None: |
| 116 | await self._close() |
| 117 | self._template.clear() |
| 118 | |
| 119 | async def db_create(self) -> None: |
| 120 | await self.create_connection(with_db=False) |