Index: library/mongodb/README =================================================================== diff -u -r42ba8471f7620b850b6296f753cbc3079fe5c6cd -r05b2776a0ecbc0453ae96bbfa9d94315e466f3f5 --- library/mongodb/README (.../README) (revision 42ba8471f7620b850b6296f753cbc3079fe5c6cd) +++ library/mongodb/README (.../README) (revision 05b2776a0ecbc0453ae96bbfa9d94315e466f3f5) @@ -3,11 +3,12 @@ Ingredients: https://github.com/mongodb/mongo - https://github.com/mongodb/mongo-c-driver + https://github.com/mongodb/mongo-c-driver-legacy The current version is tested with - MongoDB v2.4.5 -- mongodb-c-driver v0.7.1 +- mongodb-c-driver-legacy v0.8.1 + git checkout v0.8.1 Compile or obtain mongodb (the database). Compile or obtain the mongo-c-driver (client interface) @@ -40,7 +41,7 @@ * run - ./nxsh library/mongodb/example-nsf-mongo.tcl + ./nxsh library/mongodb/tests/nsf-mongo.test The script is using the low level interface (nsf::mongo) and has a few insert, query and delete statements, some of these are