"""Executes a read query and returns a list of dicts, whose keys are column names.""" data = self.db_engine.execute(statement).fetchall()
確定! 回上一頁