Aqueti / mongoAPI

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

Closed camerongivler closed 6 years ago

camerongivler commented 7 years ago

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?

sfeller commented 6 years ago

I think we can say this is done. Closing