Python的EntityFramework

Gil*_*man 4 python entity-framework

什么是.Net的EntityFramework for Python的标准替代品是什么?

注意:我的意思是CPython,而不是IronPython.

wRA*_*RAR 13

它被称为"ORM".SQLAlchemy经常被用作Python的通用ORM,但是还有很多其他解决方案,例如请参见此处.