Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非宣言型のSQLAlchemyセットアップを使用しassociation_proxyて、モデルクラスを変更せずにを使用できますか?
association_proxy
予備的なハック:
(SQLAlchemyマッピングなどが行われるモジュール内:)
import ModelClass ModelClass.associationProperty = association_proxy() mapper() #etc..
これは機能しますが、これがどれほど信頼できるかはわかりません。