Creating a SQL table with SQLAlchemy that contains a foreign key to a table created with mysqlconnector

前端 未结 0 983
清酒与你
清酒与你 2020-11-28 06:51

My flask app has a table that I created using mysqlconnector:

connection_pool = mysql.connector.pooling.MySQLConnectionPool(
    pool_size=8,
    host=host,
          


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