我在SQLAlchemy中链接了各种模型(有很多,属于等等).有没有办法找到给定的实例相关模型?
就像是:
usersModelInstance.getRelatedTables() // This should provide an array or something with the related tables of users (orders, logins, posts, etc.).
python sqlalchemy
python ×1
sqlalchemy ×1