libmongo-client0

Alternate c driver for the mongodb document-oriented datastore
  https://github.com/algernon/libmongo-client
  0
  no reviews



Mongodb is a high-performance, open source, schema-free document-oriented data store.

this library provides an alternative c language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible.

among its features are:

* well documented, easy, clean and stable api.
* support for asynchronous operation.
* replicaset support, with support for automatic reconnecting and
discovery.
* safe-mode support, to optionally enable extra safety checks on
writes.