(self)
| 69 | raise ModuleNotFoundError("get_tables_count() Not implemented") |
| 70 | |
| 71 | def get_databases(self): |
| 72 | raise ModuleNotFoundError("get_databases() Not implemented") |
| 73 | |
| 74 | def get_rows(self, tablename:str, limit:int=10)->Result: |
| 75 | raise ModuleNotFoundError(f"get_rows({tablename}, {limit}) Not implemented") |