Cant fetch the data using flask_mysqldb

前端 未结 0 909
渐次进展
渐次进展 2020-11-30 04:30

I have two tables in mysql: songs(song_id,singer_id...) and singers(singer_id,singer_name....). I want to create an API in flask that get all songs of a singers. So i used t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题