Archetypes在设计schema时有一个sqlstorage属性,那么Dexterity呢?
问问题
179 次
1 回答
2
SQLStorage is deprecated and never really worked in the first place. There is no equivalent for Dexterity, and there will not be. If you need to deploy Plone with a SQL backend, you should use RelStorage, it is modern and battle-tested. http://pypi.python.org/pypi/RelStorage
于 2012-11-21T04:05:40.223 回答