【问题标题】:How to use gridfs with the mongo-cxx-driver如何在 mongo-cxx-driver 中使用 gridfs
【发布时间】:2016-11-11 09:50:12
【问题描述】:

我想在我的应用程序中使用 mongo-cxx-driver,但是我找不到使用 mongodb 的 gridfs 功能的方法。 我认为 mongodb-cxx-driver (3.0.2) 的当前稳定版本仍然不支持 gridfs,我必须为此使用 mongo-c-driver。是对的吗? 如果是的话,有没有办法使用mongo-cxx-driver的当前连接(因为cxx只是c客户端的一个包装器)来使用mongo-c-driver的API来使用gridfs特性?

【问题讨论】:

    标签: mongodb gridfs


    【解决方案1】:

    你是对的,mongo C++11 驱动还不支持 GridFS,但它即将到来。

    请参阅问题CXX-1130: Implement GridFS spec、链接的实现用户故事和建议的spec

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-01-22
      • 1970-01-01
      • 1970-01-01
      • 2017-11-27
      • 1970-01-01
      • 2020-03-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多