Geoff Evans
unread,May 1, 2016, 2:25:02 AM5/1/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to helium...@googlegroups.com
It’s a wrapper around mongodb (mongo-c, the old c connector/client lib). It’s outdated now, and need of updating. They refactored their whole library since that code was written. The BSON and client driver code are different libs (libbson and libmongo I think are the new ones).
However, the implementation is complete is you marry the code up to mongo-c, or upgrade it to work with the new libraries.