How to connect MongoDB with C++ qt programming?Am installed the MongoDB, then i think next step is connection.ie,so how to connect with MongoDB with C++ qt?What are the steps included in the processes?
--
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
It seems to me that the bulk of the work is mapping between various lower level types in bsoncxx::stdx and Qt. I wonder if you would consider providing a Qt-friendly API wrapper that uses things like QString/QStringRef instead of bsoncxx::stdx::string_view? I wouldn't think that it would be more than just a very thin layer on top of the existing code, and it could go a long way toward opening up MongoDB C++ to the Qt community.