Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在数据库中存储一些图片,并且正在考虑使用 GridFS 来有效地完成它。是否可以在 Ruby Volt 框架中使用 GridFS?如果是这样,如何去做呢?
抱歉,我们目前没有办法使用 gridfs。您可以通过以下方式访问原始 mongo 适配器:
Volt::DataStore.fetch.db
您可能不希望 gridfs 条目与您用作 volt 模型在同一个 mongo 集合中。