Mysql
 sql >> Database >  >> RDS >> Mysql

passare i dati da MySQL a un'API in Flask

Dovresti usare cursor.fetchall() o cursor.fetchmany() per ottenere i dati dal cursore. Documentazione qui

L'oggetto cursore NON sono i dati! , è solo un gestore che ti aiuta a ottenere i dati.