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.
SQLObject 缓存对我来说非常激进。我可以防止一个特定的类被缓存吗?
从手册:
class MyClass(SQLObject): class sqlmeta: cacheValues = False # column definitions, etc.