Index: library/mongodb/README.md =================================================================== diff -u -N -r7c8895c84e7402d877e90623a721d6885db2b20e -r18f9c9f5cd397b444840f347b5176026c7aadff2 --- library/mongodb/README.md (.../README.md) (revision 7c8895c84e7402d877e90623a721d6885db2b20e) +++ library/mongodb/README.md (.../README.md) (revision 18f9c9f5cd397b444840f347b5176026c7aadff2) @@ -1,6 +1,19 @@ # Interface between mongoDB and the Next Scripting Framework # +This is an interface between MongoDB based on NSF (Next Scripting +Framework) + +This implementation provides a low level interface based on tagged elements +to force / preserve the datatypes of MongoDB when converting into Tcl. + +This code serves as well as an example how to use the source code generator +of NSF. The example shows how to use the source code generator from NSF to +generate a C interface. + +-gustaf neumann March 27, 2011 + + ## Ingredients: ## https://github.com/mongodb/mongo