I am trying to write the workers operation D1 database in Python, but now I have a problem: after I

I am trying to write the workers operation D1 database in Python, but now I have a problem: after I do prepare("PRAGMA table_list").all(), I get a pyodide.ffi.JsProxy object. I don't know what to do with it. I can't see what member objects this js Object has in Python. I tried json.dumps and looked at the.constructor.name member, and all I got were "Object". Can someone tell me where I can see the list of members of this object? Thank you very much
Was this page helpful?