C Driver for MongoDB
Перейти к файлу
Mathias Stearn 783bc0ec1f fix comments 2009-11-11 12:19:51 -05:00
src fix comments 2009-11-11 12:19:51 -05:00
test Better unit testing setup 2009-11-11 12:14:26 -05:00
.gitignore Rearrange mongo_* structs and add test for sizes 2009-11-11 11:25:46 -05:00
README Added note about JSON-C 2009-11-09 12:22:38 -05:00
SConstruct Better unit testing setup 2009-11-11 12:14:26 -05:00

README

This is a very basic MongoDB c driver.

The goal is to be super strict for ultimate portability, no dependencies, and very embeddable anywhere.

You will need JSON-C (http://oss.metaparadigm.com/json-c/) to compile the unit tests.