Go to file
Sascha Matzke 22a891b483 added _id handling; the _id field must always be the first field in
a bson document. Handling it at this "low" level makes things easier
in the layers above
2009-03-02 18:44:24 +01:00
bson added _id handling; the _id field must always be the first field in 2009-03-02 18:44:24 +01:00
mongodb added _id handling; the _id field must always be the first field in 2009-03-02 18:44:24 +01:00
README.txt added README.txt 2009-01-25 11:19:07 +01:00

README.txt

This is the attempt to implement a driver for MongoDB
(http://www.mongodb.org) in Factor (http://www.factorcode.org).