SQLAlchemy 映射_集合在表本身上?
我想知道是否可以以某种方式从表中获取对象并让它们返回按任意值索引,类似于mapped_collection。
我意识到这很容易解决(而且我已经在这样做了)。但我只是想知道这是否可能。
I was wondering if it was possible to somehow fetch the objects from a table and get them returned indexed by an arbitrary value, similar to mapped_collection.
I realize that this is easy to work around (And that I am already doing). But I was just wondering if this was possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有什么问题吗:
?
我一直这样做是为了快速缓存一些东西。
what's wrong with :
?
I do that all the time to make a quick cache of something.