name) If -6ren">
gpt4 book ai didi

Ruby 检查 mongodb 中是否存在记录

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

只需使用 ruby​​ 驱动程序检查数据库中是否存在记录。

喜欢

Main = db.collection(main)
Record = main.find("record" => name)
If record?
Puts record exist
Else
Dont exist
End

这行不通谁能告诉我怎么做

最佳答案

下面会把记录是否存在判断为true还是false

puts main.record.where(record: name).exists?

关于Ruby 检查 mongodb 中是否存在记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13746501/

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