(self, tablename:str, limit:int=10)
| 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") |
| 76 | |
| 77 | """ |
| 78 | Retrieve all tables and columns to try find out |