gpt4 book ai didi

ruby - Datamapper first_or_create 在 sql 中等效?

转载 作者:太空宇宙 更新时间:2023-11-03 17:57:57 24 4
gpt4 key购买 nike

是否有原生的 Sequel 方法来实现 Datamapper 的 first_or_create 方法?

或者我必须组合选择和插入吗?

最佳答案

我认为find_or_create应该适合你。

Like find but invokes create with given conditions when record does not exist. Unlike find in that the block used in this method is not passed to find, but instead is passed to create only if find does not return an object.

关于ruby - Datamapper first_or_create 在 sql 中等效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10161119/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com