Commit 1b02b38f by James Cropcho

Update README.markdown

parent 35defd9b
# MongoDB Schema Analyzer #
Lets you see
\ No newline at end of file
It helps you get a sense of your application's schema, as well as any outliers to that schema. Particularly useful when you inherit a codebase with poor test coverage, or poor
db.users.insert({name: "Tom", bio: "A nice guy.", pets: ["monkey", "fish"], someLegacyField: "I like Ike!"});
db.users.insert({name: "Dick", bio: "I swordfight."});
db.users.insert({name: "Harry", pets: ["egret"]});
db.users.insert({name: "Geneviève", bio: "Ça va?");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment