Ruby MongoDB 删除 GridFS 集合

发布于 2024-11-03 23:26:02 字数 105 浏览 1 评论 0原文

如何使用 Ruby Mongo 驱动程序删除 Grid 对象? 我确实从 shell 中 drop ,因为它将 GridFS 视为集合,但如何使用 Ruby 做到这一点?

How do I drop a Grid object with the Ruby Mongo Driver?
I do drop from the shell, because it treats GridFS as collections, but how do I do it with Ruby?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

温折酒 2024-11-10 23:26:02

您是否正在尝试删除单个文件或整个 GridFS 集合? grid_file_system 支持按文件名删除。否则,您可以手动删除集合(我认为默认情况下是 fs.files 和 fs.chunks )

Are you trying to remove a single file or the entire GridFS collections? the grid_file_system supports deleting by filename. Otherwise you can manually drop the collections (I think fs.files and fs.chunks by default)

那支青花 2024-11-10 23:26:02

网格仅适用于集合:文件和块。所以就放弃这两个集合吧。

我不熟悉 ruby​​,但 mb 此链接 对你有用。

Grids it's just to collections: files and chunks. So just drop these two collections.

I am not familiar with ruby but mb this link will be useful for you.

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