import db import json try: cols = db.execute_query("DESCRIBE orders") print(json.dumps(cols, indent=2)) except Exception as e: print(f"Error: {e}")