Mongo interface software that connects c++ interface to mongodb. This basic wrapper works with JsonBox and could be extended to work with other JSON libraries.
1
stars
0
forks
source link
MongoAPI should hide implementation behind library #2
Public header file should not contain any Mongo-cxx includes. This way, a compiled library and a header are all that are needed to link to it. If we have to include and link to all mongo libraries anyway, then what is the point of this library?
Public header file should not contain any Mongo-cxx includes. This way, a compiled library and a header are all that are needed to link to it. If we have to include and link to all mongo libraries anyway, then what is the point of this library?