SQLAlchemy 映射_集合在表本身上?

发布于 2024-11-28 09:45:22 字数 106 浏览 1 评论 0原文

我想知道是否可以以某种方式从表中获取对象并让它们返回按任意值索引,类似于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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

内心荒芜 2024-12-05 09:45:22

有什么问题吗:

my_mapping = dict(Session.query(MyClass.somekey, MyClass))

我一直这样做是为了快速缓存一些东西。

what's wrong with :

my_mapping = dict(Session.query(MyClass.somekey, MyClass))

?

I do that all the time to make a quick cache of something.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文