SQLAlchemy 是為Python程式語言提供的開源SQL工具包及物件關係對映器(ORM),是 ... alldata = session.query(Movie).all() for somedata in alldata: print somedata.
確定! 回上一頁